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": {
|
||||
"listeningPort": 3000,
|
||||
"sessionFileStorePath": "./sessions",
|
||||
"sessionSecret": "cats",
|
||||
"tls": true,
|
||||
"tlsKey": "./certs/key.pem",
|
||||
"tlsCert": "./certs/cert.pem"
|
||||
"listeningPort": 3000,
|
||||
"sessionFileStorePath": "./sessions",
|
||||
"sessionSecret": "cats",
|
||||
"tls": true,
|
||||
"tlsKey": "./certs/key.pem",
|
||||
"tlsCert": "./certs/cert.pem"
|
||||
},
|
||||
"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