Started work on legacy account migration.

This commit is contained in:
rainbow napkin 2025-10-09 03:50:05 -04:00
parent 4698ba4122
commit 9fda308306
5 changed files with 201 additions and 1 deletions

View file

@ -24,6 +24,10 @@
"altchaSecret": "CHANGE_ME",
//IP Secret used to salt IP Hashes
"ipSecret": "CHANGE_ME",
//Enable to migrate legacy DB and toke files dumped into the ./migration/ directory
//WARNING: The migration folder is cleared after server boot, whether or not a migration took place or this option is enabled.
//Keep your backups in a safe place, preferably a machine that DOESN'T have open inbound ports exposed to the internet/a publically accessible reverse proxy!
"migrate": false,
//SSL cert and key locations
"ssl":{
"cert": "./server.cert",