Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addr in grpc conf #2490

Closed
yesnault opened this issue Mar 29, 2018 · 1 comment · Fixed by #2491
Closed

addr in grpc conf #2490

yesnault opened this issue Mar 29, 2018 · 1 comment · Fixed by #2491
Assignees

Comments

@yesnault
Copy link
Member

for now:

GRPC struct {
		Port int `toml:"port" default:"8082"`
} `toml:"grpc"`

want:

GRPC struct {
Addr       string `toml:"addr" default:"" commented:"true" comment:"Listen address without port, example: 127.0.0.1"`
Port int `toml:"port" default:"8082"`
} `toml:"grpc"`
@yesnault
Copy link
Member Author

cc @fredericalix

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 a pull request may close this issue.

1 participant