chirpstack-docker/configuration/lora-app-server/lora-app-server.toml

22 lines
590 B
TOML

# See https://www.loraserver.io/lora-app-server/install/config/ for a full
# configuration example and documentation.
[postgresql]
dsn="postgres://loraserver_as:loraserver_as@postgresql/loraserver_as?sslmode=disable"
[redis]
url="redis://redis:6379"
[application_server.integration.mqtt]
server="tcp://mosquitto:1883"
[application_server.api]
public_host="appserver:8001"
[application_server.external_api]
bind="0.0.0.0:8080"
# JWT secret used for api authentication / authorization
# You could generate this by executing 'openssl rand -base64 32' for example
jwt_secret="verysecret"