From 3e0e6d6f8a1942101cd090c9cf69b5e98d2c7ef8 Mon Sep 17 00:00:00 2001 From: G8XSU <3442979+G8XSU@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:32:56 -0800 Subject: [PATCH] Easy to have sane defaults with polar. --- ldk-server/ldk-server.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ldk-server/ldk-server.config b/ldk-server/ldk-server.config index b44dc48..d20dd3b 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" }