Added sqlite db and email queue.
This commit is contained in:
parent
5a5c70cfb1
commit
03271573be
8 changed files with 169 additions and 12 deletions
|
@ -2,7 +2,11 @@
|
|||
"server": {
|
||||
"baseUrl": "http://localhost:8080",
|
||||
"port": 8080,
|
||||
"peersPath": "/tmp/peers"
|
||||
"peersPath": "/tmp/peers",
|
||||
|
||||
"email": {
|
||||
"from": "no-reply@musterstadt.freifunk.net"
|
||||
}
|
||||
},
|
||||
"client": {
|
||||
"community": {
|
||||
|
@ -14,9 +18,6 @@
|
|||
"graphUrl": "http://graph.hamburg.freifunk.net/graph.html",
|
||||
"mapUrl": "http://graph.hamburg.freifunk.net/geomap.html"
|
||||
},
|
||||
"monitoring": {
|
||||
"enabled": true
|
||||
},
|
||||
"coordsSelector": {
|
||||
"lat": 53.565278,
|
||||
"lng": 10.001389,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue