mirror of
https://github.com/TeamPiped/documentation.git
synced 2024-08-14 23:50:09 +00:00
Add captcha config variables.
This commit is contained in:
parent
63cabdfb2d
commit
20c9bb6a56
1 changed files with 8 additions and 0 deletions
|
@ -13,3 +13,11 @@ The port the backend should listen on.
|
||||||
### PROXY_PART:
|
### 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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue