Update .env.example
This commit is contained in:
parent
e40e487661
commit
2ab4ac6f08
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
APP_ENV=local
|
||||
APP_DEBUG=true
|
||||
APP_ENV=production
|
||||
APP_DEBUG=false
|
||||
APP_KEY=SomeRandomString
|
||||
|
||||
DB_HOST=localhost
|
||||
|
|
Loading…
Reference in a new issue