From 20c9bb6a563b93f91edb5c9fc2e3f089f359edf2 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Thu, 18 Mar 2021 19:59:01 +0530 Subject: [PATCH] Add captcha config variables. --- content/docs/config/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/docs/config/index.md b/content/docs/config/index.md index cfed028..dca121b 100644 --- a/content/docs/config/index.md +++ b/content/docs/config/index.md @@ -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.