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_proxy_port = 8545
|
||||||
rpc_port = 18545
|
rpc_port = 18545
|
||||||
|
dapps_port = 8180
|
||||||
|
|
||||||
parity_node "dev" do
|
parity_node "dev" do
|
||||||
password "parityparity"
|
password "parityparity"
|
||||||
@ -30,7 +31,7 @@ parity_node "dev" do
|
|||||||
hosts: ["all"],
|
hosts: ["all"],
|
||||||
},
|
},
|
||||||
dapps: {
|
dapps: {
|
||||||
disable: true,
|
port: dapps_port,
|
||||||
},
|
},
|
||||||
ui: {
|
ui: {
|
||||||
disable: true,
|
disable: true,
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
rpc_proxy_port = 8546
|
rpc_proxy_port = 8546
|
||||||
rpc_port = 18546
|
rpc_port = 18546
|
||||||
|
dapps_port = 8181
|
||||||
|
|
||||||
credentials = Chef::EncryptedDataBagItem.load('credentials', 'parity')
|
credentials = Chef::EncryptedDataBagItem.load('credentials', 'parity')
|
||||||
|
|
||||||
@ -32,7 +33,7 @@ parity_node "testnet" do
|
|||||||
hosts: ["all"],
|
hosts: ["all"],
|
||||||
},
|
},
|
||||||
dapps: {
|
dapps: {
|
||||||
disable: true,
|
port: dapps_port,
|
||||||
},
|
},
|
||||||
ui: {
|
ui: {
|
||||||
disable: true,
|
disable: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user