Hi there
I’m wanting to use environment variables (CentOS) in my readonlyrest.yml.
It seems that this has been supported in various ways in the past although I can’t get it working at the moment. I am using version 7.16.2.
I have tried the following syntaxes, found in previous support threads:
“${MY_ENV_VAR}”
“${ENV:MY_ENV_VAR}”
“@{env:MY_ENV_VAR}”
But each time it results in an error, e.g.:
“Cannot resolve ENV Variable ‘MY_ENV_VAR’”
Is this still supported and if so what syntax should I use?
Many thanks