chirpstack-docker/configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml
Brian Conway 596df38fc6 Update to support ChirpStack Gateway Bridge v3.5 config (#26)
v3.5 replaces the dot (.) separated env. variables by double underscores (__). Dots do work within Docker, but are not valid for env. variable names. It also implements supports for defining a list of MQTT servers instead of a single server.
2019-11-28 08:34:17 +01:00

8 lines
207 B
TOML

# See https://www.chirpstack.io/gateway-bridge/install/config/ for a full
# configuration example and documentation.
[integration.mqtt.auth.generic]
servers=["tcp://mosquitto:1883"]
username=""
password=""