Merge branch 'lash/activate-websocket-services' into 'master'

bloxbergValidatorSetup: Expose all apis on websockets

See merge request grassrootseconomics/cic-internal-integration!20
This commit is contained in:
Blair Vanderlugt 2021-02-10 03:04:09 +00:00
commit 1360f4d5f4
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"]