Skip to content

Commit c0eeebf

Browse files
authored
Merge pull request #30 from G8XSU/sane-default-config
Easy to have sane defaults with polar.
2 parents 31026d6 + 3e0e6d6 commit c0eeebf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ldk-server/ldk-server.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"rest_service_address": "127.0.0.1:3002",
1010

1111
// The path where the underlying LDK and BDK persist their data.
12-
"storage_dir_path": "/tmp",
12+
"storage_dir_path": "/tmp/ldk-server/",
1313

1414
// Bitcoin Core's RPC endpoint.
15-
"bitcoind_rpc_address": "127.0.0.1:8332",
15+
"bitcoind_rpc_address": "127.0.0.1:18444",
1616

1717
// Bitcoin Core's RPC user.
18-
"bitcoind_rpc_user": "bitcoind-testuser",
18+
"bitcoind_rpc_user": "polaruser",
1919

2020
// Bitcoin Core's RPC password.
21-
"bitcoind_rpc_password": "bitcoind-testpassword"
21+
"bitcoind_rpc_password": "polarpass"
2222
}

0 commit comments

Comments
 (0)