diff options
Diffstat (limited to 'btcd/templates/btcd.conf.j2')
| -rw-r--r-- | btcd/templates/btcd.conf.j2 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/btcd/templates/btcd.conf.j2 b/btcd/templates/btcd.conf.j2 deleted file mode 100644 index 34aedb2..0000000 --- a/btcd/templates/btcd.conf.j2 +++ /dev/null @@ -1,15 +0,0 @@ -[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 %} |
