Describe the bug
When trying to set the password in the .ini file in the [/settings/default] section with an environment variable the value of the variabel is not configured. I am trying to deploy the client in a Kubernetes cluster running as a pod. In Kubernetes it is good practice to mount sensetive data from a secret.
To Reproduce
Steps to reproduce the behavior:
- Set environment variable e.g
export SNI_PASSWORD="<sha256value>"
- Run client with following config
[/settings/default]
password = "${SNI_PASSWORD}"
Expected behavior
I would expect that the password would be the values of the environment variable
Screenshots
n/a
Additional context
n/a