Commit 113fce1
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 c7e351b commit 113fce1
1 file changed
+1
-1
lines changed| 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