cfpb / regtech-cleanup-api

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

Revisit the concept of config.py vs settings.py #19

Open guffee23 opened 2 months ago

guffee23 commented 2 months ago

Cleanup api currently relies on env variables to run. We want to revisit the concept of modifying regtech-user-fi-management and sbl-filing-api config.py files to allow for other applications to import with less hassle. Implementation would involve moving the pydantic objects to another file (like a settings.py) and calling them from the config.py.