Replies: 1 comment
-
NanoMQ does support configure settings with env, but BRIDGE_CLIENT_ID is not one of them... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to set a configuration value to an environment variable? For example
docker run -e BRIDGE_CLIENT_ID=something emqx/nanomq
bridges.mqtt.central {
client_id = ${BRIDGE_CLIENT_ID}
}
Beta Was this translation helpful? Give feedback.
All reactions