We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a196fd6 commit fc78e71Copy full SHA for fc78e71
manifest/deploy/install/conf.d/panel.env
@@ -27,8 +27,8 @@ SSL_CERT_KEY="/etc/certs/cert.key"
27
APP_URL=http://localhost/
28
APP_ENV=production
29
APP_DEBUG=false # DO NOT ENABLE!!! This toggles the ability to enable debug messages on errors.
30
-APP_TIMEZONE=America/New_York
31
-APP_ENVIRONMENT_ONLY=true
+APP_TIMEZONE=UTC
+APP_ENVIRONMENT_ONLY=false
32
33
# Cache/Session Settings
34
CACHE_DRIVER=redis
@@ -79,4 +79,4 @@ LOG_LEVEL=debug
79
# MAILGUN_ENDPOINT=api.mailgun.net
80
# MAIL_FROM="[email protected]"
81
# MAIL_FROM_NAME="Pterodactyl Panel"
82
-# MAIL_ENCRYPTION=tls
+# MAIL_ENCRYPTION=tls
0 commit comments