Expose all apis on websockets

This commit is contained in:
nolash 2021-02-09 22:37:20 +01:00
parent d636181479
commit 38781f1a4c
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 3 additions and 1 deletions

View File

@ -16,8 +16,10 @@ interface = "all"
[websockets]
disable = false
port = 8546
#apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"]
apis = ["all"]
interface = "all"
origins = ["none"]
origins = ["*"]
[account]
password = ["/root/validator.pwd"]