converted to express, with sessions, no more login proc

This commit is contained in:
STEINNI
2025-09-15 19:13:05 +00:00
parent b4cd02add5
commit e7dcb7290e
5 changed files with 126 additions and 100 deletions
+4 -4
View File
@@ -1,15 +1,15 @@
{
"serviceName": "wssGateway",
"server": {
"listenHost": "0.0.0.0",
"listenHost": "127.0.0.1",
"listenPort": 3999,
"listenPath": "/msgbus",
"keepAliveInterval": "30",
"keepAliveTimeout": "5",
"certFile": "/etc/letsencrypt/live/42.internike.com/fullchain.pem",
"certKeyFile": "/etc/letsencrypt/live/42.internike.com/privkey.pem",
"XXcertFile": "/etc/letsencrypt/live/42.internike.com/fullchain.pem",
"XXcertKeyFile": "/etc/letsencrypt/live/42.internike.com/privkey.pem",
"challengeExpiration": 20,
"unsecure": false,
"unsecure": true,
"healthCheckPath": "/status",
"devotpToken": "qhsdfkjhqsgdfkqhs",
"systemChannels": {