From dc635061026f1c0888324bb89e109823822f5e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Thu, 23 Feb 2023 17:56:38 +0800 Subject: [PATCH] Add ln node public key to test env --- .env.test | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.test b/.env.test index 03daa76..d939774 100644 --- a/.env.test +++ b/.env.test @@ -5,5 +5,6 @@ BTCPAY_API_URL='http://btcpay.example.com/api/v1' LNDHUB_LEGACY_API_URL='http://localhost:3023' LNDHUB_API_URL='http://localhost:3026' LNDHUB_PUBLIC_URL='https://lndhub.kosmos.org' +LNDHUB_PUBLIC_KEY='024cd3be18617f39cf645851e3ba63f51fc13f0bb09e3bb25e6fd4de556486d946' WEBHOOKS_ALLOWED_IPS='10.1.1.23'