Added sqlite db and email queue.
This commit is contained in:
parent
5a5c70cfb1
commit
03271573be
8 changed files with 169 additions and 12 deletions
server
|
@ -5,7 +5,11 @@ angular.module('ffffng').factory('config', function (fs, deepExtend) {
|
|||
server: {
|
||||
baseUrl: 'http://localhost:8080',
|
||||
port: 8080,
|
||||
peersPath: '/tmp/peers'
|
||||
peersPath: '/tmp/peers',
|
||||
|
||||
email: {
|
||||
from: 'no-reply@musterstadt.freifunk.net'
|
||||
}
|
||||
},
|
||||
client: {
|
||||
community: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue