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

fix(standalone): remove hardcoded webserver-port #20429

Merged
merged 3 commits into from Dec 21, 2021
Merged

fix(standalone): remove hardcoded webserver-port #20429

merged 3 commits into from Dec 21, 2021

Commits on Dec 20, 2021

  1. fix(standalone): remove hardcoded webserver-port

    Port 8080 is the default port for webserver (https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html?highlight=webserver#webserver). By setting it here again explicitly, we forbid users to override it using AIRFLOW__WEBSERVER__WEB_SERVER_PORT. Removing it IMO is not a breaking change, since it will still default to 8080.
    boredland committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    550c645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04b9b9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acd7a55 View commit details
    Browse the repository at this point in the history