# See https://www.chirpstack.io/network-server/install/config/ for a full # configuration example and documentation. # # This file is for the US915 band (channels 0-7). See the examples/ folder for more # configuration examples. [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=[0, 1, 2, 3, 4, 5, 6, 7, 64] [network_server.gateway.backend.mqtt] server="tcp://mosquitto:1883" [join_server.default] server="http://chirpstack-application-server:8003"