All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
22 lines
333 B
JSON
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"
|
|
}
|
|
}
|