docs: update README files to include new environment variables and local files feature
This commit is contained in:
@@ -70,4 +70,5 @@ docker compose -f compose.yml -f compose.traefik.yml up -d
|
||||
| `NEXT_PUBLIC_API_URL` | frontend build arg | Baked in at build time — must point to the public backend URL |
|
||||
| `API_URL` | frontend runtime env | Server-side only (Next.js API routes). Set in compose. |
|
||||
| `DATABASE_URL` | backend | `sqlite:///app/data/k-tv.db` or postgres DSN |
|
||||
| `SESSION_SECRET` | backend | Change in production |
|
||||
| `JWT_SECRET` | backend | JWT signing key — change in production (min 32 chars) |
|
||||
| `COOKIE_SECRET` | backend | OIDC state cookie encryption key — change in production (min 64 chars) |
|
||||
|
||||
Reference in New Issue
Block a user