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" }); res.json({ "error": "no message to post" });
return; return;
} }
console.log(req.body); //console.log(req.body);
let __dirname = server.dirname let __dirname = server.dirname
const file_names = ["","","","",""] const file_names = ["","","","",""]

View File

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