1
0
forked from baron/baron-sso

Redis 인프라 추가

This commit is contained in:
2026-01-06 16:34:05 +09:00
parent c4b86f77f1
commit 160527b6ec
4 changed files with 220 additions and 13 deletions

View File

@@ -21,6 +21,7 @@ DB_NAME=baron_sso
# --- Backend Configuration ---
# Must be 32 bytes. Generate with `openssl rand -hex 32`
COOKIE_SECRET=super-secret-key-must-be-32-bytes!
REDIS_ADDR=redis:6379
# --- Frontend Configuration ---
# Descope Project ID (Required for Auth)