Update to support Gateway Bridge v3.5.0
This commit is contained in:
parent
b753aaf6f7
commit
9571c3e659
@ -2,6 +2,6 @@
|
||||
# configuration example and documentation.
|
||||
|
||||
[integration.mqtt.auth.generic]
|
||||
server="tcp://mosquitto:1883"
|
||||
servers=["tcp://mosquitto:1883"]
|
||||
username=""
|
||||
password=""
|
||||
|
@ -27,7 +27,7 @@ services:
|
||||
ports:
|
||||
- 1700:1700/udp
|
||||
environment:
|
||||
- INTEGRATION.MQTT.AUTH.GENERIC.SERVER=tcp://mosquitto:1883
|
||||
- INTEGRATION__MQTT__AUTH__GENERIC__SERVERS=tcp://mosquitto:1883
|
||||
|
||||
chirpstack-geolocation-server:
|
||||
image: chirpstack/chirpstack-geolocation-server:3
|
||||
|
Loading…
Reference in New Issue
Block a user