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
refactor(config): restructure settings classes for STAC Auth Proxy
- Renamed `Settings` class to `CoreSettings` and created a new `ProxySettings` class that inherits from it.
- Updated imports in `__init__.py` to include `CoreSettings` and `ProxySettings`.
- Adjusted configuration structure to better organize settings related to proxy functionality.
0 commit comments