diagnose
This commit is contained in:
+8
-2
@@ -1,8 +1,12 @@
|
||||
APP_NAME="Glastree"
|
||||
APP_ENV=local
|
||||
APP_ENV=production
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
APP_DEBUG=false
|
||||
APP_URL=http://localhost
|
||||
APP_PROTOCOL=https
|
||||
APP_SUBFOLDER=
|
||||
FORCE_HTTPS=false
|
||||
TRUSTED_PROXIES="10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,127.0.0.1"
|
||||
|
||||
APP_LOCALE=it
|
||||
APP_FALLBACK_LOCALE=en
|
||||
@@ -27,6 +31,8 @@ DB_PASSWORD=
|
||||
SESSION_DRIVER=file
|
||||
SESSION_LIFETIME=120
|
||||
SESSION_ENCRYPT=false
|
||||
SESSION_SECURE_COOKIE=false
|
||||
SESSION_SAME_SITE=lax
|
||||
SESSION_PATH=/
|
||||
SESSION_DOMAIN=null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user