Protect logging backend.

This commit is contained in:
baldo 2016-05-24 19:40:02 +02:00
commit 921052dff5
5 changed files with 32 additions and 1 deletions

View file

@ -17,6 +17,12 @@ var defaultConfig = {
logRequests: false
},
internal: {
active: false,
user: 'admin',
password: 'secret'
},
email: {
from: 'Freifunk Knotenformular <no-reply@musterstadt.freifunk.net>',