Add small examples that show envgap catching realistic config drift patterns.
Possible recipes:
- FastAPI + Pydantic Settings missing API key
- Django settings with stale
.env.example
- Docker Compose uses a variable not documented locally
- CI fails because a key exists only in the developer shell
- typo case:
DB_URL vs DATABASE_URL
Each recipe should include tiny redacted files and the envgap output.
This is a good first contribution because it can be done one recipe at a time.
Add small examples that show envgap catching realistic config drift patterns.
Possible recipes:
.env.exampleDB_URLvsDATABASE_URLEach recipe should include tiny redacted files and the envgap output.
This is a good first contribution because it can be done one recipe at a time.