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
# Purpose
Closes#335
Create a BackendConfiguration class to store backend config info (logger
excluded params and CORS config settings)
# New Changes
- added .*.env to the .gitignore
- created Pydantic classes to represent CORS and logger configurations
- created a BackendConfiguration class to store CORS and logger config
settings
- changed middleware and setup files to take info from an instance of
the BackendConfiguration class
# Testing
Explain tests that you ran to verify code functionality.
- [x] I have unit-tested this PR. Otherwise, explain why it cannot be
unit-tested.
- [x] I have included screenshots of the tests performed below.
<img width="555" height="54" alt="image"
src="https://github.com/user-attachments/assets/6cda094c-4923-4637-ae5a-0890af3757c9"
/>
# Outstanding Changes
If there are non-critical changes (i.e. additional features) that can be
made to this feature in the future, indicate them here.
---------
Co-authored-by: Brain256 <brian@BrianYoga7.localdomain>
0 commit comments