refactor(server): standardize server env config prefixes#127
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
server/.env.example (line 44) documents only the split AGENT_CONTROL_DB_HOST / PORT / USER / PASSWORD / DATABASE variables, but the app also supports AGENT_CONTROL_DB_URL and the repo now uses that as the primary Docker example in docker-compose.yml (line 47). Suggestion: |
|
@namrataghadi-galileo addressed in ac5ee6b. I updated |
…ex/refactor-server-env-prefixes
Summary
AGENT_CONTROL_*env varsenv_prefix-based settingsVerification
uv run --package agent-control-server pytest server/tests/test_config.py server/tests/test_logging_utils.py --noconftest -qmake lintmake typecheckNotes
make server-testsuite in this environment.