feat(lorawan): démarrage ChirpStack et The Things Stack
- 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
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
is:
|
||||
database:
|
||||
uri: postgres://root:root@tts-postgres:5432/ttn_lorawan?sslmode=disable
|
||||
email:
|
||||
sender-name: "The Things Stack"
|
||||
sender-address: "noreply@digitribe.fr"
|
||||
network:
|
||||
name: "Smart City LoRaWAN"
|
||||
console-url: "https://tts.digitribe.fr/console"
|
||||
identity-server-url: "https://tts.digitribe.fr/oauth"
|
||||
|
||||
redis:
|
||||
address: tts-redis:6379
|
||||
|
||||
metrics:
|
||||
enabled: true
|
||||
|
||||
console:
|
||||
base-url: "https://tts.digitribe.fr/console"
|
||||
|
||||
http:
|
||||
cookie:
|
||||
block-key: "00112233445566778899aabbccddeeff00112233445566778899aabbccddeeff"
|
||||
hash-key: "00112233445566778899aabbccddeeff00112233445566778899aabbccddeeff"
|
||||
|
||||
gateway-server:
|
||||
mqtt:
|
||||
listen: ":1883"
|
||||
public-address: "tts.digitribe.fr:1883"
|
||||
|
||||
network-server:
|
||||
net-id: "000000"
|
||||
band:
|
||||
name: "EU868"
|
||||
|
||||
join-server:
|
||||
default:
|
||||
join-eui-prefix: "0000000000000000"
|
||||
|
||||
tenant-id: "smart-city"
|
||||
|
||||
blob:
|
||||
local-directory: /srv/ttn-lorawan/public/blob
|
||||
base-url: "https://tts.digitribe.fr/blob"
|
||||
Reference in New Issue
Block a user