From e2ee33a1da504b7935958cc2465fd04de36a8788 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 22 Nov 2021 16:19:16 -0600 Subject: [PATCH] Configure LndHub for production --- .env.example | 2 +- .env.production | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 77244a3..ed6e513 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,3 @@ EJABBERD_API_URL='https://xmpp.kosmos.org/api' -LNDHUB_API_URL='http://10.1.1.163:3023' +LNDHUB_API_URL='http://localhost:3023' LNDHUB_PUBLIC_URL='https://lndhub.kosmos.org' diff --git a/.env.production b/.env.production index 1ce4287..e9bd695 100644 --- a/.env.production +++ b/.env.production @@ -1 +1,3 @@ EJABBERD_API_URL='https://xmpp.kosmos.org:5443/api' +LNDHUB_API_URL='http://10.1.1.163:3023' +LNDHUB_PUBLIC_URL='https://lndhub.kosmos.org'