btcd/templates/btcd.conf.j2
author Luke Hoersten <luke@hoersten.org>
Mon, 27 Apr 2020 11:17:52 -0500
changeset 0 474ccafc2349
child 1 d3ef4e0b4baa
permissions -rw-r--r--
Initial commit of btcd and lnd roles.

[Application Options]
datadir={{btcd_data_dir}}
logdir={{btcd_log_dir}}

rpcuser={{btcd_rpc_user}}
rpcpass={{btcd_rpc_pass}}

txindex={{btcd_enable_txindex}}