- Established explicit precedence: ENV vars > config.json > defaults - Updated fastapi_app.py to only sync config.json when ENV var not set - Added precedence logging to show which source is used - Documented precedence rules with examples in CONFIGURATION.md Key principle: ENV variables always take precedence, config.json is fallback only. This ensures deployment flexibility and clear priority. All config tests passing (26/26)
19 KiB
19 KiB