default conf
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
cheetah 2025-04-05 05:26:18 +02:00
parent 2326cc7552
commit 1d94a0c1dc

43
config.json Normal file → Executable file
View file

@ -1,6 +1,5 @@
{ {
"general": { "general": {
"amqp": [],
"port": 3000, "port": 3000,
"configPort": 3001, "configPort": 3001,
"configWebInterfaceEnabled": true "configWebInterfaceEnabled": true
@ -11,23 +10,27 @@
"duplexTimeout": 300 "duplexTimeout": 300
}, },
"pocsag": { "pocsag": {
"enabled": true, "enabled": false,
"duplexTimeout": 300 "duplexTimeout": 300,
"mqttserver": "mqtt://host:1883",
"username": "",
"password": "",
"topic": "pocsagtx/transmit"
}, },
"pagernetzAT": { "pagernetzAT": {
"enabled": true, "enabled": false,
"duplexTimeout": 300 "duplexTimeout": 300
}, },
"ecityruf": { "ecityruf": {
"enabled": true, "enabled": false,
"duplexTimeout": 180 "duplexTimeout": 180
}, },
"emPuppettering": { "emPuppettering": {
"enabled": true, "enabled": false,
"duplexTimeout": "250" "duplexTimeout": "250"
}, },
"emessage": { "emessage": {
"enabled": true, "enabled": false,
"username": "", "username": "",
"password": "", "password": "",
"duplexTimeout": 180, "duplexTimeout": 180,
@ -43,29 +46,29 @@
"password": "" "password": ""
}, },
"dapnet": { "dapnet": {
"enabled": true, "enabled": false,
"endpoint": "http://10.13.0.180:8080/calls", "endpoint": "http://<DAPNETCore>:8080/calls",
"username": "test", "username": "test",
"password": "testsucks", "password": "testsucks",
"duplexTimeout": 300 "duplexTimeout": 300
}, },
"pnet": { "pnet": {
"enabled": true, "enabled": false,
"duplexTimeout": 10 "duplexTimeout": 10
}, },
"tetracontrol": { "tetracontrol": {
"enabled": true, "enabled": false,
"endpoint": "10.13.123.123:80", "endpoint": "<TC_IP>:80",
"username": "user", "username": "user",
"password": "password", "password": "password",
"duplexTimeout": 300 "duplexTimeout": 300
} }
}, },
"pagers": { "pagers": {
"birdyslim": { "birdyslim": {
"enabled": true, "enabled": false,
"rxchain": { "rxchain": {
"lorawan": true, "lorawan": false,
"events": { "events": {
"webhook": false, "webhook": false,
"mqtt": false "mqtt": false
@ -74,7 +77,7 @@
} }
}, },
"boskrypt": { "boskrypt": {
"enabled": true, "enabled": false,
"keys": { "keys": {
} }
}, },