Austin Hoffmann
Results
2
comments of
Austin Hoffmann
@mdaliyan Use an [optional system or override variable](https://github.com/lightbend/config#optional-system-or-env-variable-overrides) ``` xxx { "yyy.zzz": Something "yyy.zzz": ${?YOUR_SYSTEM_ENV_HERE} } ```
@mdaliyan Figured you had a working solution a year later, just wanted to post in case anyone stumbled across this from google with the same question