Skip to content

Commit 80a1b1d

Browse files
authored
Update chirpstack-mqtt-forwarder.toml (#42)
Updated topic prefix into the .toml file and removed deprecated options.
1 parent 80804e1 commit 80a1b1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packaging/vendor/tektelic/kona/files/chirpstack-mqtt-forwarder.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
udp_bind="0.0.0.0:1700"
1313

1414
[mqtt]
15-
event_topic="eu868/gateway/{{ gateway_id }}/event/{{ event }}"
16-
command_topic="eu868/gateway/{{ gateway_id }}/command/{{ command }}"
17-
state_topic="eu868/gateway/{{ gateway_id }}/state/{{ state }}"
15+
topic_prefix="eu868"
1816
server="tcp://127.0.0.1:1883"
1917
username=""
2018
password=""

0 commit comments

Comments
 (0)