Commit 5302e6a
seba gomez
The environment variable to replace the config entries was not honoring the documentation
If you want to override the setting TMPMEDIA_DIR under the [Client] section you'll have to add an environment variable called GX_TMPMEDIA_DIR
If you want to override the setting JDBC_DRIVER under the [com.testjava|DEFAULT] section, you'll have to add a variable called GX_COM_TESTJAVA_DEFAULT_JDBC_DRIVER
Always start with 'GX_', always in upper case, and always replace any special char ('.', '|') with an underscore ('_')1 parent debd136 commit 5302e6a
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
315 | 314 | | |
316 | 315 | | |
317 | 316 | | |
318 | | - | |
| 317 | + | |
319 | 318 | | |
320 | 319 | | |
321 | | - | |
| 320 | + | |
322 | 321 | | |
323 | 322 | | |
324 | 323 | | |
| |||
0 commit comments