add authenticated tenant-scoped sessions

This commit is contained in:
Marco0300
2026-09-02 17:45:57 +02:00
parent 8fa391a000
commit a52af65024
12 changed files with 309 additions and 115 deletions
+4
View File
@@ -4,5 +4,9 @@ LOG_LEVEL=INFO
API_PORT=8000
WEB_PORT=8080
CORS_ORIGINS=http://localhost:8080
# Optional first-run admin bootstrap. Set both only for a fresh deployment;
# remove them after the admin account has been created. Never commit credentials.
BOOTSTRAP_ADMIN_EMAIL=
BOOTSTRAP_ADMIN_PASSWORD=
# Deliberately fixed to false in compose for this MVP.
AUTOMATED_OUTREACH_ENABLED=false