docs: record configuration baseline
This commit is contained in:
@ -24,6 +24,7 @@ The current baseline decision is:
|
||||
- `ADR-0001`: runtime and development stack baseline
|
||||
- `ADR-0002`: initial project structure baseline
|
||||
- `ADR-0003`: containerized developer workflow baseline
|
||||
- `ADR-0004`: configuration and environment strategy baseline
|
||||
|
||||
The current baseline assumes:
|
||||
- Python 3
|
||||
@ -37,6 +38,8 @@ Future scaffolding and implementation work should also follow the initial reposi
|
||||
|
||||
Future runtime and scaffolding work should also follow the developer workflow defined in `docs/adr/0003-containerized-developer-workflow.md`, including app and PostgreSQL containers as the baseline local services and container-run development commands by default.
|
||||
|
||||
Future scaffolding should also follow the configuration strategy defined in `docs/adr/0004-configuration-and-environment-strategy.md`, including environment-variable based configuration, a repository-owned `.env.example`, local-only secrets, and a simple initial Django settings approach unless a later ADR supersedes it.
|
||||
|
||||
## Future Sections Placeholder
|
||||
|
||||
Future versions of this document may include sections such as:
|
||||
|
||||
Reference in New Issue
Block a user