Enable Dapps
It's required after all, but doesn't need to have its port open
This commit is contained in:
parent
82386b44ba
commit
5b49d727a6
@ -12,6 +12,7 @@
|
||||
|
||||
rpc_proxy_port = 8545
|
||||
rpc_port = 18545
|
||||
dapps_port = 8180
|
||||
|
||||
parity_node "dev" do
|
||||
password "parityparity"
|
||||
@ -30,7 +31,7 @@ parity_node "dev" do
|
||||
hosts: ["all"],
|
||||
},
|
||||
dapps: {
|
||||
disable: true,
|
||||
port: dapps_port,
|
||||
},
|
||||
ui: {
|
||||
disable: true,
|
||||
|
@ -12,6 +12,7 @@
|
||||
|
||||
rpc_proxy_port = 8546
|
||||
rpc_port = 18546
|
||||
dapps_port = 8181
|
||||
|
||||
credentials = Chef::EncryptedDataBagItem.load('credentials', 'parity')
|
||||
|
||||
@ -32,7 +33,7 @@ parity_node "testnet" do
|
||||
hosts: ["all"],
|
||||
},
|
||||
dapps: {
|
||||
disable: true,
|
||||
port: dapps_port,
|
||||
},
|
||||
ui: {
|
||||
disable: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user