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'