From 6fcc0741be3a8f9361b4de9ec8333c4e29600f89 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 30 Oct 2022 16:23:37 +0100 Subject: [PATCH] env --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 564cfa6..5ae391c 100644 --- a/.env.example +++ b/.env.example @@ -8,10 +8,10 @@ CASHU_DIR=~/.cashu MINT_HOST=127.0.0.1 MINT_PORT=3338 -# use builtin tor +# use builtin tor, this overrides SOCKS_HOST and SOCKS_PORT TOR=TRUE -# use custom tor proxy +# use custom tor proxy, use with TOR=false SOCKS_HOST=localhost SOCKS_PORT=9050