diff options
Diffstat (limited to 'btcd/templates/btcd.conf.j2')
| -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 %} |
