mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-14 04:14:02 +00:00
Fix config indentation
This commit is contained in:
@@ -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
2610
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user