From 968689a512556388a2a550e65402ec4abaa7171e Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 25 Nov 2021 18:38:54 -0600 Subject: [PATCH] Add lndhub config to test environment --- .env.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.test b/.env.test index 932c595..4d17742 100644 --- a/.env.test +++ b/.env.test @@ -1 +1,3 @@ EJABBERD_API_URL='http://xmpp.example.com/api' +LNDHUB_API_URL='http://localhost:3023' +LNDHUB_PUBLIC_URL='https://lndhub.kosmos.org'