Skip to content

Commit fc78e71

Browse files
authored
Change default env to use UTC timezone
1 parent a196fd6 commit fc78e71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifest/deploy/install/conf.d/panel.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ SSL_CERT_KEY="/etc/certs/cert.key"
2727
APP_URL=http://localhost/
2828
APP_ENV=production
2929
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
30+
APP_TIMEZONE=UTC
31+
APP_ENVIRONMENT_ONLY=false
3232

3333
# Cache/Session Settings
3434
CACHE_DRIVER=redis
@@ -79,4 +79,4 @@ LOG_LEVEL=debug
7979
# MAILGUN_ENDPOINT=api.mailgun.net
8080
# MAIL_FROM="[email protected]"
8181
# MAIL_FROM_NAME="Pterodactyl Panel"
82-
# MAIL_ENCRYPTION=tls
82+
# MAIL_ENCRYPTION=tls

0 commit comments

Comments
 (0)