disable some debug logging
This commit is contained in:
parent
cde3cc2546
commit
365991c061
@ -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 = ["","","","",""]
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user