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 Michel Roegl-Brunner
parent dfe310809a
commit c122b14a9d

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