major-domo-database/app
Cal Corum 1bcde424c6
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m32s
Address PR review feedback for DISCORD_WEBHOOK_URL env var
- 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>
2026-03-26 23:23:26 -05:00
..
routers_v3 fix: validate sort_by parameter with Literal type in views.py (#36) 2026-03-17 16:29:58 -05:00
services fix: invalidate cache after PlayerService write operations (#32) 2026-03-17 16:28:07 -05:00
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
db_engine.py fix: replace bare except: with except Exception: (#29) 2026-03-17 16:29:21 -05:00
dependencies.py Address PR review feedback for DISCORD_WEBHOOK_URL env var 2026-03-26 23:23:26 -05:00
main.py fix: replace print(req.scope) with logger.debug in /api/docs (#21) 2026-03-17 16:29:58 -05:00