mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-19 13:18:26 +02:00
Fix macaroon path in docker config and change log level to info (#50)
This commit is contained in:
parent
21f3569887
commit
7dafb7ce2e
2 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ host=lnd
|
|||
port=9735
|
||||
rpc_port=10009
|
||||
tls_cert_path=/root/.lnd/tls.cert
|
||||
macaroon_path=/root/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
|
||||
macaroon_path=/root/.lnd/data/chain/bitcoin/testnet/admin.macaroon
|
||||
|
||||
[electrum]
|
||||
rpc_host=
|
||||
|
|
@ -17,7 +17,7 @@ rpc_pass=
|
|||
[server]
|
||||
rpc_host=0.0.0.0
|
||||
rpc_port=8774
|
||||
price=0
|
||||
price=10
|
||||
|
||||
[postgresql]
|
||||
host=db
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ set_default() {
|
|||
# Set default variables if needed.
|
||||
RPCUSER=$(set_default "$RPCUSER" "devuser")
|
||||
RPCPASS=$(set_default "$RPCPASS" "devpass")
|
||||
DEBUG=$(set_default "$DEBUG" "debug")
|
||||
DEBUG=$(set_default "$DEBUG" "info")
|
||||
NETWORK=$(set_default "$NETWORK" "simnet")
|
||||
CHAIN=$(set_default "$CHAIN" "bitcoin")
|
||||
BACKEND=$(set_default "$BACKEND" "btcd")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue