Browse Source
Merge pull request #23 from patchkez/rpc_bind_change
rpcbind changed to localhost for iguana assets
revert-24-test_rpcbind_to_assetname
patchkez
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
dragonriders/dokomodo/yaml/config.ini
|
|
@ -23,8 +23,8 @@ delay_asset = 20 |
|
|
|
# These are used for templatazing assetchains configuration file on iguana |
|
|
|
rpc_username = rpcusername |
|
|
|
rpc_password = rpcpassword |
|
|
|
rpc_bind = 0.0.0.0 |
|
|
|
rpc_allowip = 0.0.0.0/0 |
|
|
|
rpc_bind = 127.0.0.1 |
|
|
|
rpc_allowip = 0.0.0.0/0 |
|
|
|
|
|
|
|
# this is temporary, we need to find aout way from where to read IPs - etcd? |
|
|
|
rpc_ip = 127.0.0.1 |
|
|
|