forked from external-repos/noisedash
Fix axios and server setup
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user