Changeset 0.9.2 (#52)
This commit is contained in:
@@ -26,6 +26,13 @@ JWT_ISSUER=chat-switchboard
|
||||
SWITCHBOARD_ADMIN_USERNAME=
|
||||
SWITCHBOARD_ADMIN_PASSWORD=
|
||||
|
||||
# ── Seed Users (dev/test only) ──────────────
|
||||
# Pre-create users on startup. Ignored in production.
|
||||
# Format: user:pass:role,user2:pass2:role2 (role = admin|user, default: user)
|
||||
# Idempotent: existing usernames are skipped.
|
||||
# K8s: create secret "switchboard-seed-users" with key "users"
|
||||
SEED_USERS=
|
||||
|
||||
# ── CORS ─────────────────────────────────────
|
||||
CORS_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:8080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user