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
The current config loading mechanism relies on config files being available in the config folder of this repository. As presented in #143, this does not scale. Configuration files should be loadable from anywhere.
Environment variables usage should be minimised, and all should be definable in the configuration files for more reliable deployments.
The text was updated successfully, but these errors were encountered:
The current config loading mechanism relies on config files being available in the
config
folder of this repository. As presented in #143, this does not scale. Configuration files should be loadable from anywhere.Environment variables usage should be minimised, and all should be definable in the configuration files for more reliable deployments.
The text was updated successfully, but these errors were encountered: