Fix axios and server setup

This commit is contained in:
Kevin Thomas
2021-08-08 23:52:44 -07:00
parent cd6af207be
commit ad810beea9
15 changed files with 17131 additions and 110 deletions

View File

@@ -3,11 +3,8 @@
"listeningPort": 3000,
"sessionFileStorePath": "./sessions",
"sessionSecret": "cats",
"tls": true,
"tls": false,
"tlsKey": "./certs/key.pem",
"tlsCert": "./certs/cert.pem"
},
"Client": {
"listeningPort": 8080
}
}