Skip to content

Commit

Permalink
fix fastapi port (apache#42791)
Browse files Browse the repository at this point in the history
  • Loading branch information
rawwar authored Oct 7, 2024
1 parent 1524283 commit 4a632ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/breeze/src/airflow_breeze/utils/visuals.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
* ssh connection for remote debugging: ssh -p {SSH_PORT} [email protected] (password: airflow)
* Webserver: http://127.0.0.1:{WEBSERVER_HOST_PORT}
* FastAPI API: http://127.0.0.1:{WEBSERVER_HOST_PORT}
* FastAPI API: http://127.0.0.1:{FASTAPI_API_HOST_PORT}
* Flower: http://127.0.0.1:{FLOWER_HOST_PORT}
* Postgres: jdbc:postgresql://127.0.0.1:{POSTGRES_HOST_PORT}/airflow?user=postgres&password=airflow
* Mysql: jdbc:mysql://127.0.0.1:{MYSQL_HOST_PORT}/airflow?user=root
Expand Down

0 comments on commit 4a632ee

Please sign in to comment.