From 6df3d5933c77f6a96a0e94f2af2c69c6165741af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Thu, 22 Dec 2022 20:11:38 +0700 Subject: [PATCH] Update test env --- .env.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.test b/.env.test index 103f43d..ce5e1f7 100644 --- a/.env.test +++ b/.env.test @@ -1,4 +1,5 @@ EJABBERD_API_URL='http://xmpp.example.com/api' BTCPAY_API_URL='http://btcpay.example.com/api/v1' -LNDHUB_API_URL='http://localhost:3023' +LNDHUB_LEGACY_API_URL='http://localhost:3023' +LNDHUB_API_URL='http://localhost:3026' LNDHUB_PUBLIC_URL='https://lndhub.kosmos.org'