Hi,
is there any way to use a password stored in an environment variable instead of writing the password to the bridge configuration file?
It is an easier way to deploy rmqtt.
My idea is like "go templating": password = "{{ env "MY_PWD" }}"
Thank you