Update variables

This commit is contained in:
Lance Pioch 2024-06-16 13:20:20 -04:00 committed by Michael (Parker) Parker
parent 3401703ccd
commit 1e841ac40d

View File

@ -2,12 +2,13 @@ x-common:
panel:
&panel-environment
APP_URL: "https://localhost"
# A list of valid timezones can be found here: http://php.net/manual/en/timezones.php
APP_TIMEZONE: "UTC"
APP_SERVICE_AUTHOR: "pelican@example.com"
# Uncomment the line below and set to a non-empty value if you want to use Let's Encrypt
# to generate an SSL certificate for the Panel.
ADMIN_EMAIL: "pelican@example.com"
APP_DEBUG: "false"
ADMIN_EMAIL: "USEYOUROWNEMAILHERE@example.com"
APP_ENVIRONMENT_ONLY: "false"
APP_ENV: "production"
SESSION_DRIVER: "file"
mail:
&mail-environment
MAIL_DRIVER: "log"
@ -39,10 +40,6 @@ services:
- pelican-data:/pelican-data
environment:
<<: [*panel-environment, *mail-environment]
# APP_ENV: "production"
# APP_DEBUG: "false"
# APP_ENVIRONMENT_ONLY: "false"
# SESSION_DRIVER: "file"
volumes:
pelican-data: