Fix order of params

This commit is contained in:
Lance Pioch 2024-09-27 15:32:31 -04:00
parent 83ba05d7fb
commit 0f58643cf2

View File

@ -1,10 +1,10 @@
x-common:
panel:
&panel-environment
APP_URL: "https://localhost" # can be set to 'http://localhost' to un on port 80 only
APP_DEBUG: "false"
APP_URL: "https://localhost" # can be set to 'http://localhost' on port 80 only
ADMIN_EMAIL: "USEYOUROWNEMAILHERE@example.com"
APP_DEBUG: "false"
APP_ENVIRONMENT_ONLY: "false"
APP_ENV: "production"
SESSION_DRIVER: "file"