mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-11 16:09:16 +00:00
Update LNBits config
This commit is contained in:
parent
6483233a51
commit
1b05bcb4a3
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user