Remove hard-coded defaults for app-config settings
Open
component:configuration
priority:medium
- Dominant language
- Ruby
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
All variable settings that correspond with properties configurable in the application config are to be defined in `specs/data/config-def.yml`, and no defaults should be hard-coded in the app. Nevertheless, several defaults are still hard-coded. We want to remove these so the only place we need to change defaults is in the config definition file.
See AGENTS.md for rules about keeping hardcoded defaults out of Ruby files.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.