Store config files in the same place
Open
config
- Dominant language
- Python
- Stars
- 13
- Forks
- 17
- Avg merge
- 6h 59m
- Merged PRs (30d)
- 1
Description
> [!NOTE]
> Migrated from [augurlabs/augur#3302](https://github.com/augurlabs/augur/issues/3302)
> Originally opened by `@MoralCode` on 2025-10-07
---
I notice there are many config files referenced thoughout this repo.
- `db.config.json` in `__init__`, db, and engine within the cli module
- `augur.config.json` in the CLI
- `config.yml` in app/view/init, for which `CONFIG_LOCATION=/config/config.yml` in the dockerfile is defined
Can we standardize the concept of a config directory so all these files can be in one place and we can start reorganizing how config is done?
Contributor guide
Assessment
This issue has not been assessed yet.