chirpstack-docker/configuration/chirpstack-network-server/examples/chirpstack-network-server.us915.1.toml
Orne Brocaar 984c497925 Remove chirpstack-geolocation-server.
This component has been deprecated as Collos has been moved to Semtech
LoRa Cloud and ChirpStack Application Server already provides an
integration for LoRa Cloud Geolocation.
2021-06-16 13:29:44 +01:00

29 lines
722 B
TOML

# See https://www.chirpstack.io/network-server/install/config/ for a full
# configuration example and documentation.
#
# This file is for the US915 band (channels 8-15). See the examples/ folder for more
# configuration examples.
#
# Note: these channels are also used by TTN.
[postgresql]
dsn="postgres://chirpstack_ns:chirpstack_ns@postgresql/chirpstack_ns?sslmode=disable"
[redis]
url="redis://redis:6379"
[network_server]
net_id="000000"
[network_server.band]
name="US915"
[network_server.network_settings]
enabled_uplink_channels=[8, 9, 10, 11, 12, 13, 14, 15, 65]
[network_server.gateway.backend.mqtt]
server="tcp://mosquitto:1883"
[join_server.default]
server="http://chirpstack-application-server:8003"