converted to express, with sessions, no more login proc
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user