SponsorBlockServer/config.json.example

6 lines
260 B
Text
Raw Normal View History

2019-09-04 19:18:47 +02:00
{
2019-09-04 19:41:07 +02:00
"port": 80,
2019-09-04 19:18:47 +02:00
"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
}