Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork89
Commite77b473
committed
feat(config): add environment variable parsing for configuration
- Introduced a new function `parse_env` to recursively expand $env:VARIABLE_NAME patterns in strings, dicts, and lists.- Updated `get_config` to utilize `parse_env` for normalizing configuration values.1 parent3988ff7 commite77b473
1 file changed
+20
-3
lines changedLines changed: 20 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
| 3 | + | |
2 | 4 |
| |
3 | 5 |
| |
4 | 6 |
| |
| |||
75 | 77 |
| |
76 | 78 |
| |
77 | 79 |
| |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
78 | 97 |
| |
79 | 98 |
| |
80 | 99 |
| |
| |||
83 | 102 |
| |
84 | 103 |
| |
85 | 104 |
| |
86 |
| - | |
| 105 | + | |
87 | 106 |
| |
88 | 107 |
| |
89 | 108 |
| |
| |||
107 | 126 |
| |
108 | 127 |
| |
109 | 128 |
| |
110 |
| - | |
111 |
| - | |
112 | 129 |
| |
113 | 130 |
| |
114 | 131 |
| |
|
0 commit comments
Comments
(0)