Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit d51491e

Browse files
CopilotStolas
andcommitted
Fix TZ variable in secrets.env-example to avoid inline comments
Co-authored-by: Stolas <610753+Stolas@users.noreply.github.com>
1 parent de8b6a8 commit d51491e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

secrets.env-example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ GRAFANA_ADMIN_PASSWORD=your_secure_grafana_password
3232
GRAFANA_SECRET_KEY=a_long_random_string_for_security_and_sessions
3333

3434
# NODE-RED CONFIGURATION
35-
TZ=Europe/Berlin # Adjust timezone as needed
35+
# Adjust timezone as needed
36+
TZ=Europe/Berlin
3637
NODERED_PORT=1880
3738

3839
# NGINX REVERSE PROXY CONFIGURATION

0 commit comments

Comments
 (0)