Commit c0495b1
Fix environment variable precedence for tenant configuration
Tenant-specific environment variables now properly override application.env
template variables. Previously, the application.env templates were applied
after tenant env vars, causing them to overwrite tenant-specific settings.
This ensures tenants can override default database paths and other settings
as needed.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e7312fb commit c0495b1
1 file changed
Lines changed: 5 additions & 5 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1678 | 1678 | | |
1679 | 1679 | | |
1680 | 1680 | | |
1681 | | - | |
1682 | | - | |
1683 | | - | |
1684 | | - | |
1685 | | - | |
1686 | 1681 | | |
1687 | 1682 | | |
1688 | 1683 | | |
| |||
1694 | 1689 | | |
1695 | 1690 | | |
1696 | 1691 | | |
| 1692 | + | |
| 1693 | + | |
| 1694 | + | |
| 1695 | + | |
| 1696 | + | |
1697 | 1697 | | |
1698 | 1698 | | |
1699 | 1699 | | |
| |||
0 commit comments