mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
Disabled default syslog
Why was it even enabled at this unknown address?
This commit is contained in:
parent
e4cfd53f8a
commit
2563e66b57
|
|
@ -76,8 +76,8 @@
|
||||||
"topic": "LoraAPRS/Data"
|
"topic": "LoraAPRS/Data"
|
||||||
},
|
},
|
||||||
"syslog": {
|
"syslog": {
|
||||||
"active": true,
|
"active": false,
|
||||||
"server": "syslog.lora-aprs.info",
|
"server": "",
|
||||||
"port": 514
|
"port": 514
|
||||||
},
|
},
|
||||||
"ntp_server": "pool.ntp.org"
|
"ntp_server": "pool.ntp.org"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue