Update to support Gateway Bridge v3.5.0

This commit is contained in:
Brian Conway 2019-11-27 11:54:05 -06:00
parent b753aaf6f7
commit 9571c3e659
No known key found for this signature in database
GPG Key ID: 3669AF119D43802C
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
# configuration example and documentation. # configuration example and documentation.
[integration.mqtt.auth.generic] [integration.mqtt.auth.generic]
server="tcp://mosquitto:1883" servers=["tcp://mosquitto:1883"]
username="" username=""
password="" password=""

View File

@ -27,7 +27,7 @@ services:
ports: ports:
- 1700:1700/udp - 1700:1700/udp
environment: environment:
- INTEGRATION.MQTT.AUTH.GENERIC.SERVER=tcp://mosquitto:1883 - INTEGRATION__MQTT__AUTH__GENERIC__SERVERS=tcp://mosquitto:1883
chirpstack-geolocation-server: chirpstack-geolocation-server:
image: chirpstack/chirpstack-geolocation-server:3 image: chirpstack/chirpstack-geolocation-server:3