13 lines
447 B
TOML
13 lines
447 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=""
|
|
|
|
[integration.mqtt]
|
|
event_topic_template="as923/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
|
|
state_topic_template="as923/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
|
|
command_topic_template="as923/gateway/{{ .GatewayID }}/command/#"
|