From 30e0ba9cdfd31a9abb6ed7e5e2769a1501e4fc4d Mon Sep 17 00:00:00 2001 From: gohumble Date: Sun, 14 Aug 2022 23:05:17 +0200 Subject: [PATCH] fix example --- config.yaml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml.example b/config.yaml.example index a82b3f1..7372d01 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -1,10 +1,10 @@ bot: socks_proxy: - host: 0.0.0.0:9996 + host: 127.0.0.1:9996 username: test password: username tor_proxy: - host: 0.0.0.0:9050 + host: 127.0.0.1:9050 http_proxy: "" lnurl_public_host_name: "mylnurl.com" lnurl_server: "https://mylnurl.com"