Skip to content

Commit 661aa18

Browse files
committed
fixup! Publish events to RabbitMQ queue if events-rabbitmq feature is enabled.
1 parent 1820977 commit 661aa18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ldk-server/ldk-server.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
// Bitcoin Core's RPC endpoint.
1515
"bitcoind_rpc_address": "127.0.0.1:18444",
1616

17+
// Bitcoin Core's RPC user.
18+
"bitcoind_rpc_user": "polaruser",
19+
20+
// Bitcoin Core's RPC password.
21+
"bitcoind_rpc_user": "polarpass",
22+
1723
// RabbitMQ connection string. (only required if using RabbitMQ based events using `events-rabbitmq` feature)
1824
"rabbitmq_connection_string": "",
1925

0 commit comments

Comments
 (0)