ucb-rit / coldfront

HPC Resource Allocation System
https://coldfront.readthedocs.io
GNU General Public License v3.0
3 stars 3 forks source link

Consider developer-specific overrides.yml in Docker development environment #582

Closed matthew-li closed 4 months ago

matthew-li commented 6 months ago

Update the script for generating dev_settings.py to consider an optional overrides.yml file in the config directory that the developer can choose to create that overrides default settings (e.g., opting to use basic auth instead of SSO).

Add overrides.yml to .gitignore.