Is there a way to specify a password for the userlist from an environment variable. All of the following seem not to work:
userlist UsersFor_Frontend
user admin insecure-password ${ENV_PASSWORD}
user admin insecure-password env(ENV_PASSWORD)
user admin insecure-password { env(ENV_PASSWORD) }