Added sqlite db and email queue.

This commit is contained in:
baldo 2016-05-20 22:11:35 +02:00
commit 03271573be
8 changed files with 169 additions and 12 deletions

View file

@ -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,