onpremises icon indicating copy to clipboard operation
onpremises copied to clipboard

Allow multiple environment variables to be substituted in config value

Open maldworth opened this issue 8 months ago • 0 comments

This change should support using environment variable within the value string:

For example, in my k8s pod, I have some environment variables and I want to construct the URL like so:

structurizr.url=https://${SUBDOMAIN}.${ROOT_URL}

maldworth avatar Oct 13 '23 16:10 maldworth