You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `ADMIN_PASSWORD` | Admin password. **Must not be `admin` when `AUTH_ENABLED=true`** — the server refuses to start with the default. | `admin` (dev only) |
321
+
| `JWT_SECRET` | JWT signing key. **Required (non-default) when `AUTH_ENABLED=true`** — startup is refused otherwise. | _(dev default)_ |
322
+
| `CORS_ALLOWED_ORIGINS` | Comma-separated CORS allowlist; empty allows all origins | _(empty)_ |
323
+
| `LEADER_ELECTION_ENABLED` | Run the billing / auto-recharge / alert scheduler under a Kubernetes lease so it executes on exactly one replica (safe to scale `apiServer.replicaCount`) | `true` |
0 commit comments