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
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.
The text was updated successfully, but these errors were encountered:
Cleanup api currently relies on env variables to run. We want to revisit the concept of modifying
regtech-user-fi-management
andsbl-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 theconfig.py
.The text was updated successfully, but these errors were encountered: