cfpb / regtech-cleanup-api

Repo holding the cleanup-api for deleting institutions and filing data after test runs
0 stars 0 forks source link

Update config.py to handle env variables #22

Closed guffee23 closed 2 months ago

guffee23 commented 2 months ago

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.