Files
MarketingTool/.env.example
T

13 lines
481 B
Bash

# Local, non-secret runtime configuration. Copy to .env; never commit real credentials.
APP_ENV=development
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