Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ldk-server/ldk-server.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Loading