22 lines
367 B
JSON
22 lines
367 B
JSON
{
|
|
"mqtt": {
|
|
"broker": "ssl://eu1.cloud.thethings.network:8883",
|
|
"username": "de-hottis-saerbeck-monitoring@ttn",
|
|
"tlsEnable": "true"
|
|
},
|
|
"topicMappings": [
|
|
{
|
|
"topics": [ "v3/#" ],
|
|
"handler": "TTN",
|
|
"id": "TTN0",
|
|
"config": {
|
|
"attributes": {
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"archiver": {
|
|
"dir": "./tmp/udi"
|
|
}
|
|
}
|