Skip to content

Commit e1418ab

Browse files
olivermeyerclaude
andcommitted
fix(database): env var for db_name is NAME not DB_NAME
Rename field `db_name` to `name` in `DatabaseSettings` so pydantic-settings constructs the env var as `{PREFIX}NAME` (e.g. `MYAPP_DB_NAME`) instead of the confusing double-prefix `{PREFIX}DB_NAME`. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ddcbb44 commit e1418ab

4 files changed

Lines changed: 49 additions & 35 deletions

File tree

ATTRIBUTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ SOFTWARE.
360360

361361
```
362362

363-
## aignostics-foundry-core (0.5.0) - MIT License
363+
## aignostics-foundry-core (0.6.1) - MIT License
364364

365365
🏭 Foundational infrastructure for Foundry components.
366366

0 commit comments

Comments
 (0)