Files
universal-data-ingest/src/udi/config-ttn.json
Wolfgang Hottgenroth ad34f9b27b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
confgi
2023-12-07 15:14:22 +01:00

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"
}
}