Fix order of params
This commit is contained in:
parent
83ba05d7fb
commit
0f58643cf2
@ -1,10 +1,10 @@
|
|||||||
x-common:
|
x-common:
|
||||||
panel:
|
panel:
|
||||||
&panel-environment
|
&panel-environment
|
||||||
APP_URL: "https://localhost" # can be set to 'http://localhost' to un on port 80 only
|
APP_URL: "https://localhost" # can be set to 'http://localhost' on port 80 only
|
||||||
APP_DEBUG: "false"
|
|
||||||
ADMIN_EMAIL: "USEYOUROWNEMAILHERE@example.com"
|
ADMIN_EMAIL: "USEYOUROWNEMAILHERE@example.com"
|
||||||
|
|
||||||
|
APP_DEBUG: "false"
|
||||||
APP_ENVIRONMENT_ONLY: "false"
|
APP_ENVIRONMENT_ONLY: "false"
|
||||||
APP_ENV: "production"
|
APP_ENV: "production"
|
||||||
SESSION_DRIVER: "file"
|
SESSION_DRIVER: "file"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user