diff options
| author | Luke Hoersten <[email protected]> | 2020-05-10 17:28:15 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-05-10 17:28:15 -0500 |
| commit | 42436cd2092d53f403b4b59fb77e63ab52fa6356 (patch) | |
| tree | 15783b53950bb0853574fd3028fc9b58bcac25de | |
| parent | 2f9e565b2b3523e5d3d6454d8eda99e8ced78c87 (diff) | |
Config tweaks
| -rw-r--r-- | btcd/templates/btcd.conf.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/btcd/templates/btcd.conf.j2 b/btcd/templates/btcd.conf.j2 index c311e53..34aedb2 100644 --- a/btcd/templates/btcd.conf.j2 +++ b/btcd/templates/btcd.conf.j2 @@ -1,10 +1,15 @@ [Application Options] externalip={{node_external_ip}} +uacomment={{btcd_comment}} datadir={{btcd_data_dir}} logdir={{btcd_log_dir}} +debuglevel=error rpcuser={{btcd_rpc_user}} rpcpass={{btcd_rpc_pass}} txindex={{btcd_enable_txindex}} + +{% for peer in btcd_add_peer %}addpeer={{peer}} +{% endfor %} |
