From f2a22adf6b92aaf7f1145df9a09113a83517487c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Fri, 23 Dec 2022 15:17:01 +0700 Subject: [PATCH] Switch legacy to lndhub.go Temporary fix --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 2f31371..243f0e4 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,6 @@ EJABBERD_API_URL='https://xmpp.kosmos.org:5443/api' BTCPAY_API_URL='http://10.1.1.163:23001/api/v1' -LNDHUB_LEGACY_API_URL='http://10.1.1.163:3023' +LNDHUB_LEGACY_API_URL='http://10.1.1.163:3026' LNDHUB_API_URL='http://10.1.1.163:3026' LNDHUB_PUBLIC_URL='https://lndhub.kosmos.org'