Fix config indentation

This commit is contained in:
Kevin Thomas
2021-08-04 01:28:47 -07:00
parent c0043e7a29
commit ecb32c57f4
2 changed files with 1316 additions and 1308 deletions

View File

@@ -1,13 +1,13 @@
{ {
"Server": { "Server": {
"listeningPort": 3000, "listeningPort": 3000,
"sessionFileStorePath": "./sessions", "sessionFileStorePath": "./sessions",
"sessionSecret": "cats", "sessionSecret": "cats",
"tls": true, "tls": true,
"tlsKey": "./certs/key.pem", "tlsKey": "./certs/key.pem",
"tlsCert": "./certs/cert.pem" "tlsCert": "./certs/cert.pem"
}, },
"Client": { "Client": {
"listeningPort": 8080 "listeningPort": 8080
} }
} }

2610
package-lock.json generated

File diff suppressed because it is too large Load Diff