This commit is contained in:
Clippii
2026-06-28 12:56:48 +01:00
parent 92c7185036
commit 2737cc7c03
4 changed files with 111 additions and 0 deletions
+2
View File
@@ -40,6 +40,8 @@ PUBLIC_DATA_PREWARM_INTERVAL_MS=300000
PUBLIC_DATA_COLD_TIMEOUT_MS=8000
API_RATE_LIMIT_WINDOW_MS=60000
API_RATE_LIMIT_MAX=120
SITE_SESSION_SECRET=change-me-to-a-long-random-secret
SITE_SESSION_TTL_SECONDS=43200
# Proxy trust. Set to "cloudflare" when the app is fronted by Cloudflare (possibly via nginx).
# "generic" trusts X-Forwarded-* without CF-specific headers. "none" ignores all proxy headers.