src.nth.io/

summaryrefslogtreecommitdiff
path: root/btcd/templates/btcd.conf.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-04-27 11:17:52 -0500
committerLuke Hoersten <[email protected]>2020-04-27 11:17:52 -0500
commit99575d0d007feb9ba97109be94e7ee5230bb40ce (patch)
treededb43d697647753ee76a554c5d8edcbb0731e87 /btcd/templates/btcd.conf.j2
Initial commit of btcd and lnd roles.
Diffstat (limited to 'btcd/templates/btcd.conf.j2')
-rw-r--r--btcd/templates/btcd.conf.j28
1 files changed, 8 insertions, 0 deletions
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}}