From 99575d0d007feb9ba97109be94e7ee5230bb40ce Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 27 Apr 2020 11:17:52 -0500 Subject: Initial commit of btcd and lnd roles. --- btcd/templates/btcd.conf.j2 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 btcd/templates/btcd.conf.j2 (limited to 'btcd/templates/btcd.conf.j2') diff --git a/btcd/templates/btcd.conf.j2 b/btcd/templates/btcd.conf.j2 new file mode 100644 index 0000000..d4c8c5a --- /dev/null +++ b/btcd/templates/btcd.conf.j2 @@ -0,0 +1,8 @@ +[Application Options] +datadir={{btcd_data_dir}} +logdir={{btcd_log_dir}} + +rpcuser={{btcd_rpc_user}} +rpcpass={{btcd_rpc_pass}} + +txindex={{btcd_enable_txindex}} -- cgit v1.2.3