This commit is contained in:
rahul shukla 2020-03-05 17:03:48 +05:30
parent b024a0b176
commit 2d5d865b60
1 changed files with 3 additions and 3 deletions

View File

@ -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