mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-04 23:00:08 +00:00
Set TZ=Etc/UTC in Ghostfolio installation script when configuring environment variables (#8961)
This commit is contained in:
parent
cae6f1a3d5
commit
822ea4b267
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ JWT_SECRET_KEY=$JWT_SECRET_KEY
|
||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
PORT=3333
|
PORT=3333
|
||||||
HOST=0.0.0.0
|
HOST=0.0.0.0
|
||||||
|
TZ=Etc/UTC
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [[ -n "${COINGECKO_DEMO_KEY:-}" ]]; then
|
if [[ -n "${COINGECKO_DEMO_KEY:-}" ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue