edit config.json

This commit is contained in:
Francesco Esposito 2019-02-19 14:12:03 +01:00
parent afa070151c
commit 73310a077f
1 changed files with 6 additions and 0 deletions

View File

@ -12,5 +12,11 @@
"secret": "mysecret",
"Content-Type": "application/json"
}
},
"logger": {
"errorLogging": {
"filename": "error.log",
"level": "error"
}
}
}