All checks were successful
Build Docker Image / build (pull_request) Successful in 2m32s
- Add DISCORD_WEBHOOK_URL to docker-compose.yml api service environment block - Add empty placeholder entry in .env for discoverability - Move DISCORD_WEBHOOK_URL constant to the env-var constants section at top of dependencies.py Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
236 B
Bash
14 lines
236 B
Bash
# SBa Postgres
|
|
SBA_DATABASE=sba_master
|
|
SBA_DB_USER=sba_admin
|
|
SBA_DB_USER_PASSWORD=your_production_password
|
|
|
|
# SBa API
|
|
API_TOKEN=Tp3aO3jhYve5NJF1IqOmJTmk
|
|
|
|
# Integrations
|
|
DISCORD_WEBHOOK_URL=
|
|
|
|
# Universal
|
|
TZ=America/Chicago
|
|
LOG_LEVEL=INFO |