The config.py needs some small changes so that it can begin to use environment variables.
The way the app currently stands, it is attempting to recreate what is happening in the filing and user-fi services. This needs to be changed to import those instead and have environment variables populate the config settings until the .env.local concept is revisited.
The
config.py
needs some small changes so that it can begin to use environment variables. The way the app currently stands, it is attempting to recreate what is happening in thefiling
anduser-fi
services. This needs to be changed to import those instead and have environment variables populate the config settings until the.env.local
concept is revisited.