It would be nice if you could allow for environment variables to be used in the configuration file. This way in docker I can use a .env file and store secrets like the api credentials there instead.
Storing secrets in a .env file allows me to commit the configuration file in versioning without committing secrets.
Kind regards Mark