diff --git a/.env.example b/.env.example index c3e5febd2..c62b5b3ed 100644 --- a/.env.example +++ b/.env.example @@ -4,10 +4,10 @@ APP_VERSION=1.0.0 APP_KEY= APP_DEBUG=true APP_URL=http://localhost -APP_TIMEZONE= -APP_LOCALE= +APP_TIMEZONE=Asia/Kolkata +APP_LOCALE=en LOG_CHANNEL=stack -APP_CURRENCY= +APP_CURRENCY=USD DB_CONNECTION=mysql DB_HOST=127.0.0.1