SponsorBlockServer/config.json.example
2019-10-28 16:37:08 -04:00

10 lines
No EOL
394 B
Text

{
"port": 80,
"globalSalt": "[global salt (pepper) that is added to every ip before hashing to make it even harder for someone to decode the ip]",
"adminUserID": "[the hashed id of the user who can perform admin actions]",
"behindProxy": true,
"db": "./databases/sponsorTimes.db",
"privateDB": "./databases/private.db",
"mode": "development",
"readOnly": false
}