mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01:00
765755a041
Also updated the downvote notification.
13 lines
No EOL
760 B
Text
13 lines
No EOL
760 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]",
|
|
"youtubeAPIKey": null, //get this from Google Cloud Platform [optional]
|
|
"discordReportChannelWebhookURL": null, //URL from discord if you would like notifications when someone makes a report [optional]
|
|
"discordFirstTimeSubmissionsWebhookURL": null, //URL from discord if you would like notifications when someone makes a first time submission [optional]
|
|
"behindProxy": true,
|
|
"db": "./databases/sponsorTimes.db",
|
|
"privateDB": "./databases/private.db",
|
|
"mode": "development",
|
|
"readOnly": false
|
|
} |