Set TZ=Etc/UTC in Ghostfolio installation script when configuring environment variables (#8961)

This commit is contained in:
Lulo Dev 2025-11-08 00:57:23 -05:00 committed by GitHub
parent cae6f1a3d5
commit 822ea4b267
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,7 @@ JWT_SECRET_KEY=$JWT_SECRET_KEY
NODE_ENV=production
PORT=3333
HOST=0.0.0.0
TZ=Etc/UTC
EOF
if [[ -n "${COINGECKO_DEMO_KEY:-}" ]]; then