Files
SponsorBlockServer/config.json.example
Ajay Ramachandran 347ae87b12 Added config file.
2019-09-04 13:18:47 -04:00

5 lines
244 B
JSON

{
"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
}