Attempt 1
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
# See https://www.chirpstack.io/gateway-bridge/install/config/ for a full
|
||||
# configuration example and documentation.
|
||||
|
||||
# [integration.mqtt.auth.generic]
|
||||
# servers=["tcp://mosquitto:1883"]
|
||||
# username=""
|
||||
# password=""
|
||||
|
||||
# Gateway backend configuration.
|
||||
[backend]
|
||||
|
||||
# Backend type.
|
||||
#
|
||||
# Valid options are:
|
||||
# * semtech_udp
|
||||
# * concentratord
|
||||
# * basic_station
|
||||
type="semtech_udp"
|
||||
|
||||
|
||||
# Semtech UDP packet-forwarder backend.
|
||||
[backend.semtech_udp]
|
||||
|
||||
# ip:port to bind the UDP listener to
|
||||
#
|
||||
# Example: 0.0.0.0:1700 to listen on port 1700 for all network interfaces.
|
||||
# This is the listener to which the packet-forwarder forwards its data
|
||||
# so make sure the 'serv_port_up' and 'serv_port_down' from your
|
||||
# packet-forwarder matches this port.
|
||||
udp_bind = "0.0.0.0:1700"
|
||||
|
||||
# Fake RX timestamp.
|
||||
#
|
||||
# Fake the RX time when the gateway does not have GPS, in which case
|
||||
# the time would otherwise be unset.
|
||||
fake_rx_time=false
|
||||
|
||||
|
||||
[integration.mqtt.auth.generic]
|
||||
servers=["ssl://mosquitto:8883"]
|
||||
username=""
|
||||
password=""
|
||||
|
||||
ca_cert="/etc/chirpstack-gateway-bridge/certs/ca.pem"
|
||||
tls_cert="/etc/chirpstack-gateway-bridge/certs/client.pem"
|
||||
tls_key="/etc/chirpstack-gateway-bridge/certs/client.key"
|
||||
Reference in New Issue
Block a user