# Container process identity. Keep the defaults for Docker-managed volumes. PALCENTER_UID=1000 PALCENTER_GID=1000 # Optional migration override for existing installations only. # PALCENTER_SESSION_SECRET=replace-with-at-least-32-random-characters # Enable this only when PalCenter is served through HTTPS. PALCENTER_SESSION_COOKIE_SECURE=false # Optional comma-separated browser origins allowed to call port 3001 directly. PALCENTER_CORS_ORIGINS= # Trust forwarding headers only when every API request passes through a trusted proxy. PALCENTER_TRUST_PROXY=false # Optional operational settings. PALCENTER_SESSION_DURATION_SECONDS=43200 PALCENTER_HISTORY_INTERVAL_SECONDS=30 PALCENTER_TELEMETRY_INTERVAL_SECONDS=30 PALCENTER_TELEMETRY_RETENTION_DAYS=30 PALCENTER_AUTOMATION_INTERVAL_SECONDS=15 PALCENTER_LOG_LEVEL=info PALCENTER_BACKUP_MAX_BYTES=536870912