mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-01 17:17:24 -04:00
The FastAPI app now checks for /tmp/runtime_config.json (created by entrypoint.sh config merger) before falling back to the default config. This allows user-provided configs mounted at /app/user-configs/ to properly override default values in containerized deployments. Fixes issue where custom user configs were not being applied.