File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959
6060# AI tools
6161.opencode /
62+ .vercel
Original file line number Diff line number Diff line change @@ -125,6 +125,18 @@ EXTERNAL_BASE_URL=http://localhost:8080
125125# Admin access (comma-separated DIDs)
126126ADMIN_DIDS=did:plc:your-did-here
127127
128+ # Security — required for session encryption (min 64 chars)
129+ SECRET_KEY_BASE=your-secret-key-at-least-64-characters-long-generate-with-openssl-rand
130+
131+ # Proxy auth — set to true when running behind a trusted reverse proxy
132+ # (e.g. Next.js frontend on Vercel) that sets the X-User-DID header.
133+ # WARNING: Never enable this when the server is directly exposed to the internet.
134+ TRUST_PROXY_HEADERS=false
135+
136+ # WebSocket origins — comma-separated allowed origins for subscriptions.
137+ # Empty = same-origin only. Set to "*" for development.
138+ # ALLOWED_ORIGINS=https://your-frontend.vercel.app
139+
128140# Jetstream (real-time indexing)
129141# Collections are auto-discovered from registered lexicons
130142# Or specify manually:
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ builder = "dockerfile"
33
44[deploy ]
55healthcheckPath = " /health"
6- healthcheckTimeout = 3
6+ healthcheckTimeout = 10
77restartPolicyType = " on_failure"
88restartPolicyMaxRetries = 3
You can’t perform that action at this time.
0 commit comments