Added 4 adaptive leverage environment variables to docker-compose.yml so they are properly passed to the container: - USE_ADAPTIVE_LEVERAGE (default: true) - HIGH_QUALITY_LEVERAGE (default: 5) - LOW_QUALITY_LEVERAGE (default: 1) - QUALITY_LEVERAGE_THRESHOLD (default: 95) Without these in the environment section, the container couldn't access them via process.env, causing the settings API to return null. Now the settings UI can properly load and save adaptive leverage configuration via the web interface.
4.8 KiB
4.8 KiB