- ChirpStack opérationnel (port 8080/8090, gateway bridge UDP 1700) - The Things Stack opérationnel (port 1885/1884, gateway UDP 1701) - Fichages de configuration créés - Docker-compose corrigés (réseaux smartcity-shared) - Désactivation agentLink sur 35 assets du simulateur - Correction _or_put: suppression If-Match header (403) - realm smartcity identifié pour les assets du simulateur
27 lines
433 B
TOML
27 lines
433 B
TOML
[logging]
|
|
level="info"
|
|
|
|
[postgresql]
|
|
dsn="postgres://chirpstack:chirpstack@postgres/chirpstack?sslmode=disable"
|
|
|
|
[redis]
|
|
url="redis://redis:6379"
|
|
|
|
[mqtt]
|
|
server="tcp://mosquitto:1883"
|
|
|
|
[network]
|
|
net_id="000000"
|
|
enabled_regions=["eu868"]
|
|
|
|
[api]
|
|
bind="0.0.0.0:8080"
|
|
secret="you-must-change-this-secret-value"
|
|
|
|
[gateway]
|
|
client_cert_lifetime="90d"
|
|
|
|
[monitoring]
|
|
# Prometheus metrics
|
|
prometheus_bind="0.0.0.0:9090"
|