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

Do not default to port 8090 if explicitly opted out of #344

Merged
merged 10 commits into from
Aug 3, 2021

Conversation

Half-Shot
Copy link
Contributor

@Half-Shot Half-Shot commented Jul 29, 2021

Fixes #313

This breaks the format of Cli.run

We still default to 8090 if no default is given in Cli, but we now allow bridge developers to set their own default port. If the bridge dev explicitly sets undefined then no default will be set.

We now set the port to null if no port is provided.

@Half-Shot Half-Shot requested a review from a team July 29, 2021 14:32
Copy link
Contributor

@tadzik tadzik left a comment

Choose a reason for hiding this comment

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

\o/

@Half-Shot Half-Shot merged commit 916b401 into develop Aug 3, 2021
@Half-Shot Half-Shot self-assigned this Aug 3, 2021
@Half-Shot Half-Shot deleted the hs/update-cli-defaults branch May 2, 2023 16:05
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.

Cli should check the config.yaml port before using the default port
2 participants