emqx/changes/v5.0.14/feat-9614.en.md

5 lines
357 B
Markdown

Make possible to configure `host:port` from environment variables without quotes.
Prior to this change, when overriding a `host:port` config value from environment variable, one has to quote it as:
`env EMQX_BRIDGES__MQTT__XYZ__SERVER='"localhost:1883"'`.
Now it's possible to set it without quote as `env EMQX_BRIDGES__MQTT__XYZ__SERVER='localhost:1883'`.