add authenticated tenant-scoped sessions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user