Expose all apis on websockets
This commit is contained in:
parent
d636181479
commit
38781f1a4c
@ -16,8 +16,10 @@ interface = "all"
|
|||||||
[websockets]
|
[websockets]
|
||||||
disable = false
|
disable = false
|
||||||
port = 8546
|
port = 8546
|
||||||
|
#apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"]
|
||||||
|
apis = ["all"]
|
||||||
interface = "all"
|
interface = "all"
|
||||||
origins = ["none"]
|
origins = ["*"]
|
||||||
|
|
||||||
[account]
|
[account]
|
||||||
password = ["/root/validator.pwd"]
|
password = ["/root/validator.pwd"]
|
||||||
|
Loading…
Reference in New Issue
Block a user