Added HTTPS support
This commit is contained in:
parent
567eb5b574
commit
069cb423fd
4 changed files with 35 additions and 9 deletions
|
|
@ -6,6 +6,10 @@
|
|||
"domain": "localhost",
|
||||
"sessionSecret": "CHANGE_ME",
|
||||
"altchaSecret": "CHANGE_ME",
|
||||
"ssl":{
|
||||
"cert": "./server.cert",
|
||||
"key": "./server.key"
|
||||
},
|
||||
"db":{
|
||||
"address": "127.0.0.1",
|
||||
"port": "27017",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue