documentation/content/docs/config/index.md

24 lines
643 B
Markdown
Raw Normal View History

2021-02-10 19:35:09 +00:00
---
title: "Configuration"
weight: 4
summary: A list of all configuration options and what they do.
---
## Configuration
### PORT:
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.
2021-03-18 14:29:01 +00:00
### 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.