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

Allow user to specify HTTP and gRPC bind addresses (not just ports.) (Rebase of #153) #167

Merged
merged 3 commits into from
Nov 3, 2019

Commits on Sep 26, 2019

  1. Allow user to specify HTTP and gRPC bind addresses (not just ports.)

    This allows us to use 'localhost' in tests, and prevents an 'Allow connections from...' dialog on MacOS when running unit tests.
    
    Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
    tomwilkie authored and ThoreKr committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    9e413d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Change naming from host to address

    Signed-off-by: Thore Kruess <thore@kruess.xyz>
    ThoreKr committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    efc7355 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Configuration menu
    Copy the full SHA
    ca6b2a6 View commit details
    Browse the repository at this point in the history