From 0f58643cf2a2915e23ecba568583ad95e2c32ada Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Fri, 27 Sep 2024 15:32:31 -0400 Subject: [PATCH] Fix order of params --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index e4d737cbe..23d2f2a39 100644 --- a/compose.yml +++ b/compose.yml @@ -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"