Protect logging backend.
This commit is contained in:
parent
09b01f5ccf
commit
921052dff5
5 changed files with 32 additions and 1 deletions
|
|
@ -17,6 +17,12 @@ var defaultConfig = {
|
|||
logRequests: false
|
||||
},
|
||||
|
||||
internal: {
|
||||
active: false,
|
||||
user: 'admin',
|
||||
password: 'secret'
|
||||
},
|
||||
|
||||
email: {
|
||||
from: 'Freifunk Knotenformular <no-reply@musterstadt.freifunk.net>',
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue