From 033e42a9813440b6798ed7d638e0aa0783efe10d Mon Sep 17 00:00:00 2001 From: syeopite Date: Tue, 21 Jan 2025 17:27:35 -0800 Subject: [PATCH] Comment out http_proxy in example config --- config/config.example.yml | 10 +++++----- 1 file 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: ##