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:
CLN 2023-09-24 14:07:43 +02:00 committed by GitHub
parent 6dabe3d46e
commit 0dcb1c89ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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