dispatcher/config.json
cheetah 1d94a0c1dc
Some checks failed
build / build (push) Has been cancelled
default conf
2025-04-05 05:26:18 +02:00

86 lines
1.5 KiB
JSON
Executable file

{
"general": {
"port": 3000,
"configPort": 3001,
"configWebInterfaceEnabled": true
},
"connectors": {
"dummy": {
"enabled": true,
"duplexTimeout": 300
},
"pocsag": {
"enabled": false,
"duplexTimeout": 300,
"mqttserver": "mqtt://host:1883",
"username": "",
"password": "",
"topic": "pocsagtx/transmit"
},
"pagernetzAT": {
"enabled": false,
"duplexTimeout": 300
},
"ecityruf": {
"enabled": false,
"duplexTimeout": 180
},
"emPuppettering": {
"enabled": false,
"duplexTimeout": "250"
},
"emessage": {
"enabled": false,
"username": "",
"password": "",
"duplexTimeout": 180,
"responseTimeout": 320,
"startInterval": 5,
"2wayS_BackChannel": true
},
"lorawan": {
"enabled": false,
"duplexTimeout": 1800,
"mqttserver": "mqtt://eu1.cloud.thethings.network:1883",
"username": "",
"password": ""
},
"dapnet": {
"enabled": false,
"endpoint": "http://<DAPNETCore>:8080/calls",
"username": "test",
"password": "testsucks",
"duplexTimeout": 300
},
"pnet": {
"enabled": false,
"duplexTimeout": 10
},
"tetracontrol": {
"enabled": false,
"endpoint": "<TC_IP>:80",
"username": "user",
"password": "password",
"duplexTimeout": 300
}
},
"pagers": {
"birdyslim": {
"enabled": false,
"rxchain": {
"lorawan": false,
"events": {
"webhook": false,
"mqtt": false
}
}
}
},
"boskrypt": {
"enabled": false,
"keys": {
}
},
"deliveryPresets": {
}
}