Fixing example .env
This commit is contained in:
parent
6fe20c0102
commit
b0e28950bc
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
APP_NAME=Monitolite
|
APP_NAME=Monitolite
|
||||||
APP_ENV=local
|
APP_ENV=production
|
||||||
APP_KEY=
|
APP_KEY=
|
||||||
APP_DEBUG=true
|
APP_DEBUG=false
|
||||||
APP_URL=http://localhost
|
APP_URL=http://localhost
|
||||||
APP_TIMEZONE=UTC
|
APP_TIMEZONE=UTC
|
||||||
|
DB_TIMEZONE="+1:00"
|
||||||
|
|
||||||
LOG_CHANNEL=stack
|
LOG_CHANNEL=stack
|
||||||
LOG_SLACK_WEBHOOK_URL=
|
LOG_SLACK_WEBHOOK_URL=
|
||||||
|
|
Loading…
Add table
Reference in a new issue