diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-08-11 13:33:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-08-11 13:33:44 -0300 |
commit | 10524f282a920d4227fa398609e8582a40626c70 (patch) | |
tree | e1d61e2f9823970d6561fada1531c48f459a9fbe /templates | |
parent | 4ad1d13d770327a612c9296099316e73e83f17e6 (diff) | |
download | puppet-bitcoind-10524f282a920d4227fa398609e8582a40626c70.tar.gz puppet-bitcoind-10524f282a920d4227fa398609e8582a40626c70.tar.bz2 |
Setting rpcpassword
Diffstat (limited to 'templates')
-rw-r--r-- | templates/bitcoin.conf.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/bitcoin.conf.erb b/templates/bitcoin.conf.erb index e56c43c..b51bde0 100644 --- a/templates/bitcoin.conf.erb +++ b/templates/bitcoin.conf.erb @@ -34,6 +34,7 @@ # You must set rpcuser and rpcpassword to secure the JSON-RPC api #rpcuser=Ulysseys #rpcpassword=YourSuperGreatPasswordNumber_385593 +rpcpassword=<%= rpcpassword %> # By default, only RPC connections from localhost are allowed. Specify # as many rpcallowip= settings as you like to allow connections from |