Started server-wide legacy cytube/fore.st toke count ingestion.

This commit is contained in:
rainbow napkin 2025-10-11 08:19:53 -04:00
parent bb2a1369a3
commit a231c8fc4c
5 changed files with 110 additions and 4 deletions

View file

@ -28,6 +28,10 @@
//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,
//Drops all legacy tokes out of the statistics file since doing so manually from mongosh is a lot of typing out obnoxious parentha-glyphics.
//Requires migration to be disabled before it takes effect.
//WARNING: this does NOT affect user toke counts, migrated or otherwise. Use carefully!
"dropLegacyTokes": false,
//SSL cert and key locations
"ssl":{
"cert": "./server.cert",