[Configuration] Default ChirpStack's credentials for Mosquitto Go Auth
This commit is contained in:
parent
d4e385eba4
commit
df3c566ead
@ -9,6 +9,8 @@ url="redis://redis:6379"
|
||||
|
||||
[application_server.integration.mqtt]
|
||||
server="tcp://mosquitto:1883"
|
||||
username="chirpstack_as"
|
||||
password="chirpstack_as"
|
||||
|
||||
[application_server.api]
|
||||
public_host="chirpstack-application-server:8001"
|
||||
|
@ -3,5 +3,5 @@
|
||||
|
||||
[integration.mqtt.auth.generic]
|
||||
servers=["tcp://mosquitto:1883"]
|
||||
username=""
|
||||
password=""
|
||||
username="chirpstack_gw"
|
||||
password="chirpstack_gw"
|
||||
|
@ -45,6 +45,8 @@ name="EU_863_870"
|
||||
|
||||
[network_server.gateway.backend.mqtt]
|
||||
server="tcp://mosquitto:1883"
|
||||
username="chirpstack_ns"
|
||||
password="chirpstack_ns"
|
||||
|
||||
[join_server.default]
|
||||
server="http://chirpstack-application-server:8003"
|
||||
|
Loading…
Reference in New Issue
Block a user