Nicer logging + Monitoring progress

This commit is contained in:
baldo 2016-05-24 19:14:09 +02:00
commit 09b01f5ccf
5 changed files with 47 additions and 22 deletions

View file

@ -7,7 +7,9 @@
"peersPath": "/tmp/peers",
"logging": {
"directory": "/tmp/logs"
"directory": "/tmp/logs",
"debug": false,
"logRequests": false
},
"email": {
@ -25,7 +27,7 @@
},
"map": {
"nodesJsonUrl": "https://map.hamburg.freifunk.net/nodes.json"
"nodesJsonUrl": "http://musterstadt.freifunk.net/nodes.json"
}
},
"client": {
@ -37,6 +39,9 @@
"map": {
"mapUrl": "http://map.hamburg.freifunk.net"
},
"monitoring": {
"enabled": false
},
"coordsSelector": {
"lat": 53.565278,
"lng": 10.001389,