You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looking at config.py, it seems that environment variables have priority over the config files. Do you have the env variable ACCEPT_APPLICATIONS set, which would override the config entry?
Otherwise I cannot reproduce the issue on my machine.
I switched most configuration elements from the config file to the environment variables when we migrated to Docker, because they are easier to configure (through the docker-compose config file or the sloppy.io web interface). It is possible that we forgot some in the heat of the moment.
In my opinion, everything should be configurable either through the config file or env variables (but not both), and where possible, things should be configured through the env variables.
cf 41355f4 and the brute-force solution here: b7d879e
The text was updated successfully, but these errors were encountered: