Skip to content

Rework PublicClient Config section#231

Closed
shawnhathaway wants to merge 1 commit intotemporalio:masterfrom
shawnhathaway:clientconfig
Closed

Rework PublicClient Config section#231
shawnhathaway wants to merge 1 commit intotemporalio:masterfrom
shawnhathaway:clientconfig

Conversation

@shawnhathaway
Copy link
Copy Markdown
Contributor

publicClient:
  hostPort: "localhost:7233"

becomes

clients:
  frontend:
    publicHostPort: "localhost:7233"

Why?
To have an extensible config section or client settings similar to services

How did you test it?
Draft PR integ tests

Potential risks
None


publicClient:
hostPort: {{ default .Env.BIND_ON_IP "127.0.0.1" }}:7233
clients:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants