mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 12:00:50 +01:00
Update .env.example to default to production since we copy it on install
By default we should be on production, users can switch it to debug if they want, but users will just dump this download/install into their webservers so lets stick to safe defaults
This commit is contained in:
parent
6dabe3d46e
commit
0dcb1c89ba
@ -1,7 +1,7 @@
|
||||
APP_NAME=Laravel
|
||||
APP_ENV=local
|
||||
APP_ENV=production
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
APP_DEBUG=false
|
||||
APP_URL=http://localhost
|
||||
|
||||
LOG_CHANNEL=stack
|
||||
|
Loading…
x
Reference in New Issue
Block a user