This commit is contained in:
2026-08-22 19:55:06 +02:00
parent ed33fbb230
commit 84b50fc87f
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ DATABASE_URL=postgres://surprise:surprise_dev_password@localhost:5432/surprise?s
# SQLITE_PATH=./data/surprise.db
PORT=8080
API_URL=http://localhost:8080
CORS_ORIGIN=http://localhost:5173,http://127.0.0.1:5173
SESSION_SECRET=local-development-session-secret-change-me
COOKIE_SECURE=false