diff options
author | Ajay Ramachandran <[email protected]> | 2020-04-09 01:19:00 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-04-09 01:19:00 -0400 |
commit | cd03218940485d7a7d65d693ae9ca39be1bb91aa (patch) | |
tree | 7caab1a7156a6442d5e99402d94f8f2a4463b0aa /config.json.example | |
parent | 6abf6a0044a3c7e9c4ccd7e94dc34ef7eb3f8d5d (diff) | |
download | SponsorBlock-cd03218940485d7a7d65d693ae9ca39be1bb91aa.tar.gz SponsorBlock-cd03218940485d7a7d65d693ae9ca39be1bb91aa.zip |
Now uses new GET api when testing server is enabled
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example index 90698dd9..451d8c14 100644 --- a/config.json.example +++ b/config.json.example @@ -1,5 +1,6 @@ { "serverAddress": "https://sponsor.ajay.app", + "testingServerAddress": "https://sponsor.ajay.app/test", "serverAddressComment": "This specifies the default SponsorBlock server to conect to", "categoryList": ["sponsor", "intro", "outro", "interaction", "merchandise", "offtopic"] } |