All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
30 lines
452 B
JSON
30 lines
452 B
JSON
{
|
|
"mqtt": {
|
|
"broker": "mqtt://172.23.1.102:1883",
|
|
"tlsEnable": "false"
|
|
},
|
|
"topicMappings": [
|
|
{
|
|
"topics": [ "v3/de-hottis-level-monitoring@ttn/devices/+/up" ],
|
|
"handler": "TTN"
|
|
}
|
|
],
|
|
"handlers": [
|
|
{
|
|
"name": "TTN",
|
|
"databaseConnStr": "",
|
|
"attributes": {
|
|
}
|
|
},
|
|
{
|
|
"name": "IoT",
|
|
"databaseConnStr": "",
|
|
"attributes": {
|
|
}
|
|
}
|
|
],
|
|
"archiver": {
|
|
"dir": "./tmp/udi"
|
|
}
|
|
}
|