Skip to content

Commit

Permalink
fix placeholders in cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Oct 29, 2024
1 parent a7a88e7 commit 2fcb0a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/config-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ btc:
wallet-lock-time: 10
wallet-ca-file: "xx"
net-params: signet # use regtest for bitcoind as it does not support simnet
username: K78L47aCp6NrcLnG0sTD8k5oaNZuwK1m
password: YIr0Y7gMHPofvBDmZYmu2Cm0gR7OGz5x
username: rpcuser
password: rpcpass
reconnect-attempts: 3
btc-backend: bitcoind # {btcd, bitcoind}
zmq-endpoint: tcp://127.0.0.1:29000 # use tcp://127.0.0.1:29000 if btc-backend is bitcoind
Expand Down
4 changes: 2 additions & 2 deletions config/config-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ btc:
wallet-lock-time: 10
wallet-ca-file: "xx"
net-params: signet # use regtest for bitcoind as it does not support simnet
username: K78L47aCp6NrcLnG0sTD8k5oaNZuwK1m
password: YIr0Y7gMHPofvBDmZYmu2Cm0gR7OGz5x
username: rpcuser
password: rpcpass
reconnect-attempts: 3
btc-backend: bitcoind # {btcd, bitcoind}
zmq-endpoint: tcp://127.0.0.1:29000 # use tcp://127.0.0.1:29000 if btc-backend is bitcoind
Expand Down

0 comments on commit 2fcb0a0

Please sign in to comment.