From 63cabdfb2d03c7e70859307c89f911f619aaae3b Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Thu, 11 Feb 2021 01:05:09 +0530 Subject: [PATCH] docs: add content about configuration --- content/docs/config/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/docs/config/index.md diff --git a/content/docs/config/index.md b/content/docs/config/index.md new file mode 100644 index 0000000..cfed028 --- /dev/null +++ b/content/docs/config/index.md @@ -0,0 +1,15 @@ +--- +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.