Commit 79d6d71
committed
Fix panic in env config loader for non-string attribute types
Use SetS instead of Set to properly convert string env var values
to the target type (int, bool, etc.) before assignment.
Co-authored-by: Isaac1 parent c740c04 commit 79d6d71
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments