File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
cmd/lora-gateway-bridge/cmd Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ skip_crc_check = {{ .PacketForwarder.SkipCRCCheck }}
43
43
# LoRa Server MQTT backend. Therefore only change these values when
44
44
# absolutely needed.
45
45
# Use "{{ "{{ .MAC }}" }}" as an substitution for the LoRa gateway MAC.
46
- uplink_topic_template="gateway/ {{ "{{ .MAC }}" }}/rx "
47
- downlink_topic_template="gateway/ {{ "{{ .MAC }}" }}/tx "
48
- stats_topic_template="gateway/ {{ "{{ .MAC }}" }}/stats "
49
- ack_topic_template="gateway/ {{ "{{ .MAC }}" }}/ack "
46
+ uplink_topic_template="{{ .Backend.MQTT.UplinkTopicTemplate }}"
47
+ downlink_topic_template="{{ .Backend.MQTT.DownlinkTopicTemplate }}"
48
+ stats_topic_template="{{ .Backend.MQTT.StatsTopicTemplate }}"
49
+ ack_topic_template="{{ .Backend.MQTT.AckTopicTemplate }}"
50
50
51
51
# MQTT server (e.g. scheme://host:port where scheme is tcp, ssl or ws)
52
52
server="{{ .Backend.MQTT.Server }}"
You can’t perform that action at this time.
0 commit comments