Nicer logging + Monitoring progress
This commit is contained in:
parent
a82b66c637
commit
09b01f5ccf
5 changed files with 47 additions and 22 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue