Files
universal-data-ingest/src/udi/config-iot2.json
Wolfgang Hottgenroth 77ac44742b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ttn
2023-12-07 19:52:00 +01:00

22 lines
333 B
JSON

{
"mqtt": {
"broker": "mqtt://172.23.1.102:1883",
"tlsEnable": "false"
},
"topicMappings": [
{
"topics": [ "ttn/#" ],
"handler": "TTN",
"id": "TTN0",
"config": {
"databaseConnStr": "",
"attributes": {
}
}
}
],
"archiver": {
"dir": "./tmp/udi"
}
}