We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31026d6 + 3e0e6d6 commit c0eeebfCopy full SHA for c0eeebf
ldk-server/ldk-server.config
@@ -9,14 +9,14 @@
9
"rest_service_address": "127.0.0.1:3002",
10
11
// The path where the underlying LDK and BDK persist their data.
12
- "storage_dir_path": "/tmp",
+ "storage_dir_path": "/tmp/ldk-server/",
13
14
// Bitcoin Core's RPC endpoint.
15
- "bitcoind_rpc_address": "127.0.0.1:8332",
+ "bitcoind_rpc_address": "127.0.0.1:18444",
16
17
// Bitcoin Core's RPC user.
18
- "bitcoind_rpc_user": "bitcoind-testuser",
+ "bitcoind_rpc_user": "polaruser",
19
20
// Bitcoin Core's RPC password.
21
- "bitcoind_rpc_password": "bitcoind-testpassword"
+ "bitcoind_rpc_password": "polarpass"
22
}
0 commit comments