disable some debug logging

This commit is contained in:
Mystikfluu 2022-11-30 15:09:45 +01:00
parent cde3cc2546
commit 365991c061
2 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ export const setup = function (router, con, server) {
res.json({ "error": "no message to post" });
return;
}
console.log(req.body);
//console.log(req.body);
let __dirname = server.dirname
const file_names = ["","","","",""]

View File

@ -155,8 +155,8 @@
"level": 5
},
"ssl": {
"privateKey": "/etc/letsencrypt/live/ipost.tk/privkey.pem",
"certificate" : "/etc/letsencrypt/live/ipost.tk/cert.pem"
"privateKey": "/etc/letsencrypt/live/ipost.rocks/privkey.pem",
"certificate" : "/etc/letsencrypt/live/ipost.rocks/cert.pem"
},
"ports": {
"http": 9999,