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

Parse address from config if not provided with '--addr' #419

Merged
merged 1 commit into from
Nov 9, 2023

Commits on Nov 9, 2023

  1. Parse address from config if not provided with '--addr'

    This fixes a bug where kes would try to split and evaluate the listen
    address, before the config file was read. This caused kes to fail if no
    `--addr` value was provided.
    
    With this change, the config file is parsed before we try to determine
    the listen address. If the `--addr` parameter is provided, we override
    the value from the config as expected.
    Robert Lützner committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    317d01a View commit details
    Browse the repository at this point in the history