You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
759 B
JSON
35 lines
759 B
JSON
{
|
|
"general": {
|
|
"amqp": [
|
|
"amqp://daemon:daemon@10.13.37.37:5672/"
|
|
],
|
|
"port": 3000
|
|
},
|
|
"connectors": {
|
|
"dummy": {
|
|
"enabled": true,
|
|
"duplexTimeout": 30
|
|
},
|
|
"pocsag": {
|
|
"enabled": true,
|
|
"duplexTimeout": 30
|
|
},
|
|
"lorawan": {
|
|
"enabled": true,
|
|
"mqttserver": "mqtt://eu1.cloud.thethings.network:1883",
|
|
"username": "<Username>",
|
|
"password": "<Password>"
|
|
},
|
|
"dapnet": {
|
|
"enabled": false
|
|
}
|
|
},
|
|
"pagers": {
|
|
"birdyslim": {
|
|
"enabled": true,
|
|
"rxchain": {
|
|
"lorawan": true
|
|
}
|
|
}
|
|
}
|
|
} |