mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
13 lines
261 B
Properties
13 lines
261 B
Properties
|
|
# The port to Listen on.
|
|
PORT: 8080
|
|
|
|
# The number of workers to use for the server
|
|
HTTP_WORKERS: 2
|
|
|
|
# Proxy
|
|
PROXY_PART: https://pipedproxy-ams.kavin.rocks
|
|
|
|
# Captcha Parameters
|
|
CAPTCHA_BASE_URL: https://api.capmonster.cloud/
|
|
CAPTCHA_API_KEY: INSERT_HERE
|