Skip to content

Commit

Permalink
Fix publicClient (#717)
Browse files Browse the repository at this point in the history
publicClient port should be frontend rpc Port
  • Loading branch information
linvon committed Sep 9, 2020
1 parent 99c40e2 commit 7ad0752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/development_other.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ namespaceDefaults:
URI: "file:///tmp/temporal_vis_archival/development"

publicClient:
hostPort: "localhost:9933"
hostPort: "localhost:9233"

0 comments on commit 7ad0752

Please sign in to comment.