All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
22 lines
398 B
JSON
22 lines
398 B
JSON
{
|
|
"mqtt": {
|
|
"broker": "ssl://eu1.cloud.thethings.network:8883",
|
|
"username": "com-passavant-geiger-poc@ttn",
|
|
"tlsEnable": "true"
|
|
},
|
|
"topicMappings": [
|
|
{
|
|
"topics": [ "v3/com-passavant-geiger-poc@ttn/devices/#" ],
|
|
"handler": "TTN",
|
|
"id": "TTN0",
|
|
"config": {
|
|
"attributes": {
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"archiver": {
|
|
"dir": "/archive"
|
|
}
|
|
}
|