universal-data-ingest/src/udi/config-test-ttn.json

22 lines
358 B
JSON
Raw Normal View History

{
"mqtt": {
"broker": "ssl://eu1.cloud.thethings.network:8883",
2023-12-22 17:28:32 +01:00
"username": "de-hottis-lora-test1@ttn",
"tlsEnable": "true"
},
"topicMappings": [
{
"topics": [ "v3/#" ],
"handler": "TTN",
"id": "TTN0",
"config": {
"attributes": {
}
}
}
],
"archiver": {
"dir": "./tmp/udi"
}
}