Commit 44e98bc
chore: Set default values for all documented optional env vars in example env files
Extend the previous commit's rule to every documented optional env var
in the example .env.example files: if the comment says "defaults to X",
the value is set to X inline and the comment is reworded to "Override...".
This covers AWS_DEFAULT_REGION in the bedrock example, which had the
same os.getenv(key, default) vs dotenv-loads-empty-string bug as the
LaunchDarkly config-key vars.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d2c5af5 commit 44e98bc
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
0 commit comments