Added HTTPS support

This commit is contained in:
rainbow napkin 2025-04-12 06:09:34 -04:00
parent 567eb5b574
commit 069cb423fd
4 changed files with 35 additions and 9 deletions

View file

@ -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",