Add captcha config variables.

This commit is contained in:
FireMasterK 2021-03-18 19:59:01 +05:30
parent 63cabdfb2d
commit 20c9bb6a56
No known key found for this signature in database
GPG Key ID: 8DFF5DD33E93DB58
1 changed files with 8 additions and 0 deletions

View File

@ -13,3 +13,11 @@ The port the backend should listen on.
### PROXY_PART:
The Base URL address of the proxy. You should use https://github.com/FireMasterK/http3-ytproxy for this. Each instance of the backend should have this on a different hostname for maximum bandwidth.
### CAPTCHA_BASE_URL:
The base of the URL of the captcha solving service. In most cases, you would use https://api.capmonster.cloud/ or https://anti-captcha.com/
### CAPTCHA_API_KEY:
The api key to use when connecting to the captcha solving service.