Refactor #23645
Allow running without a settings file
Status:
Closed
Priority:
Normal
Assignee:
Category:
Settings
Target version:
Pull request:
Fixed in Releases:
Found in Releases:
Description
We rely on config/settings.yaml being present but we also have hardcoded defaults. It would be good if we could use those hardcoded defaults and only load config/settings.yaml if it's present.
Associated revisions
History
#1
Updated by The Foreman Bot over 2 years ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5594 added
#2
Updated by Timo Goebel over 2 years ago
- Legacy Backlogs Release (now unused) set to 353
#3
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset f7b27912be99424f7c68bea87c30d9c8fcb20961.
#4
Updated by Tomer Brisker over 2 years ago
- Category set to Settings
Fixes #23645 - Make loading settings.yaml optional
This makes the loading of config/settings.yaml optional. We do change
the hardcoded default to default logins to true.