Update LNBits config

This commit is contained in:
Taylor Helsper 2022-10-05 21:00:19 -05:00
parent 6483233a51
commit 1b05bcb4a3
2 changed files with 1 additions and 5 deletions

View File

@ -1,11 +1,7 @@
#!/bin/bash
source /usr/share/mynode/mynode_config.sh
set -x
# Copy TLS cert
cp -f /mnt/hdd/mynode/lnd/tls.cert /opt/mynode/lnbits/
# Generate hex macaroons
macaroonAdminHex=$(xxd -ps -u -c 1000 /mnt/hdd/mynode/lnd/data/chain/bitcoin/mainnet/admin.macaroon)

View File

@ -10,7 +10,7 @@ LNBITS_ADMIN_EXTENSIONS=""
LNBITS_DEFAULT_WALLET_NAME="LNbits wallet"
# csv ad image filepaths or urls, extensions can choose to honor
LNBITS_AD_SPACE="ADSPACE TEST"
LNBITS_AD_SPACE=""
# Hides wallet api, extensions can choose to honor
LNBITS_HIDE_API=false