Skip to content

Commit

Permalink
Turning on pubsub.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Wu committed Apr 16, 2019
1 parent c549f54 commit 8e7f043
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parity/config/authority.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ disable = false
port = 8545
interface = "0.0.0.0"
cors = []
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore"]
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore", "pubsub"]
hosts = ["none"]

[websockets]
disable = false
port = 8546
interface = "0.0.0.0"
origins = ["none"]
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore"]
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore", "pubsub"]
hosts = ["none"]

[ipc]
disable = false
path = "/parity/jsonrpc.ipc"
apis = ["web3", "eth", "net", "parity", "parity_accounts", "personal", "traces", "rpc", "secretstore"]
apis = ["web3", "eth", "net", "parity", "parity_accounts", "personal", "traces", "rpc", "secretstore", "pubsub"]

[dapps]
disable = false
Expand Down

0 comments on commit 8e7f043

Please sign in to comment.