diff options
| author | syeopite <syeopite@syeopite.dev> | 2025-01-21 17:27:35 -0800 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2025-01-22 10:33:34 -0800 |
| commit | 033e42a9813440b6798ed7d638e0aa0783efe10d (patch) | |
| tree | 4c1884467426f89e216ad85c9fe9ad56fbf6959a | |
| parent | bfa6da2474cfb3767b1b0913b53aa27f74e3f9a0 (diff) | |
| download | invidious-033e42a9813440b6798ed7d638e0aa0783efe10d.tar.gz invidious-033e42a9813440b6798ed7d638e0aa0783efe10d.tar.bz2 invidious-033e42a9813440b6798ed7d638e0aa0783efe10d.zip | |
Comment out http_proxy in example config
| -rw-r--r-- | config/config.example.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index a3a2eeb7..bc2deda5 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -178,11 +178,11 @@ https_only: false ## ## If unset, then no HTTP proxy will be used. ## -http_proxy: - user: - password: - host: - port: +#http_proxy: +# user: +# password: +# host: +# port: ## |
