WIP Add Webhooks controller, allowed IP config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Râu Cao
2023-01-11 19:17:27 +08:00
parent 2e1d930e0f
commit 68e0d00f6e
6 changed files with 53 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
EJABBERD_API_URL='http://xmpp.example.com/api'
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'
WEBHOOKS_ALLOWED_IPS='10.1.1.23'