From 2fcb0a0558b49beb4177e64b64968e21529b3dc8 Mon Sep 17 00:00:00 2001 From: Gurjot Date: Tue, 29 Oct 2024 16:36:19 +0400 Subject: [PATCH] fix placeholders in cfg --- config/config-docker.yml | 4 ++-- config/config-local.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config-docker.yml b/config/config-docker.yml index bc1e0b6..439bb37 100644 --- a/config/config-docker.yml +++ b/config/config-docker.yml @@ -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 diff --git a/config/config-local.yml b/config/config-local.yml index 35895db..4b885cf 100644 --- a/config/config-local.yml +++ b/config/config-local.yml @@ -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