docs/maintainers/handbook.md aktualisiert

This commit is contained in:
lambdabundesverband 2025-06-05 09:13:49 +00:00
parent 1618faa420
commit 8922150994

View File

@ -143,6 +143,8 @@ Here is a four step example how to add a new environment variable to a recipe wi
- REQUIRE_AUTH_FOR_PROFILE_REQUESTS
# ... other exisitng envs
```
Note: If you need to break something, make sure to add a [release note](/maintainers/handbook/#how-do-i-write-version-release-notes) explaining to operators what they should change before upgrading.
2. add env-var to the `.env.sample`
```yaml