mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
19 lines
765 B
JSON
19 lines
765 B
JSON
{
|
|
"port": 8080,
|
|
"mockPort": 8081,
|
|
"globalSalt": "testSalt",
|
|
"adminUserID": "testUserId",
|
|
"youtubeAPIKey": "",
|
|
"discordReportChannelWebhookURL": "http://127.0.0.1:8081/ReportChannelWebhook",
|
|
"discordFirstTimeSubmissionsWebhookURL": "http://127.0.0.1:8081/FirstTimeSubmissionsWebhook",
|
|
"discordCompletelyIncorrectReportWebhookURL": "http://127.0.0.1:8081/CompletelyIncorrectReportWebhook",
|
|
"behindProxy": true,
|
|
"db": "./test/databases/sponsorTimes.db",
|
|
"privateDB": "./test/databases/private.db",
|
|
"createDatabaseIfNotExist": true,
|
|
"schemaFolder": "./databases",
|
|
"dbSchema": "./databases/_sponsorTimes.db.sql",
|
|
"privateDBSchema": "./databases/_private.db.sql",
|
|
"mode": "test",
|
|
"readOnly": false
|
|
}
|