docs: add TZ environment variable to Helm and Docker docs
Document the TZ config option in both docker-deployment.md and helm-reference.md. Default is America/Los_Angeles. Frontend uses the browser's local timezone for display.
This commit is contained in:
@@ -205,6 +205,7 @@ All application services support additional environment variables loaded via `se
|
||||
| `LOG_LEVEL` | `INFO` | Logging level |
|
||||
| `JSON_LOGS` | `true` | Enable structured JSON logging |
|
||||
| `DEPLOY_STAGE` | (empty) | Deployment stage prefix for bucket names |
|
||||
| `TZ` | `America/Los_Angeles` | Display timezone for timestamps (set on all containers) |
|
||||
|
||||
See `services/shared/config.py` for the complete list of all supported environment variables with their defaults.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user