diff --git a/ldk-server/ldk-server.config b/ldk-server/ldk-server.config index b44dc480..d20dd3b4 100644 --- a/ldk-server/ldk-server.config +++ b/ldk-server/ldk-server.config @@ -9,14 +9,14 @@ "rest_service_address": "127.0.0.1:3002", // The path where the underlying LDK and BDK persist their data. - "storage_dir_path": "/tmp", + "storage_dir_path": "/tmp/ldk-server/", // Bitcoin Core's RPC endpoint. - "bitcoind_rpc_address": "127.0.0.1:8332", + "bitcoind_rpc_address": "127.0.0.1:18444", // Bitcoin Core's RPC user. - "bitcoind_rpc_user": "bitcoind-testuser", + "bitcoind_rpc_user": "polaruser", // Bitcoin Core's RPC password. - "bitcoind_rpc_password": "bitcoind-testpassword" + "bitcoind_rpc_password": "polarpass" }