Fix chirpstack-gateway-bridge.toml
This commit is contained in:
parent
3b18174fe2
commit
7964e1def4
@ -3,8 +3,10 @@
|
|||||||
|
|
||||||
[integration.mqtt.auth.generic]
|
[integration.mqtt.auth.generic]
|
||||||
servers=["tcp://mosquitto:1883"]
|
servers=["tcp://mosquitto:1883"]
|
||||||
|
username=""
|
||||||
|
password=""
|
||||||
|
|
||||||
|
[integration.mqtt]
|
||||||
event_topic_template="eu868/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
|
event_topic_template="eu868/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
|
||||||
state_topic_template="eu868/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
|
state_topic_template="eu868/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
|
||||||
command_topic_template="eu868/gateway/{{ .GatewayID }}/command/#"
|
command_topic_template="eu868/gateway/{{ .GatewayID }}/command/#"
|
||||||
username=""
|
|
||||||
password=""
|
|
||||||
|
Loading…
Reference in New Issue
Block a user