This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 947f4b98013 chore: add credentials to access local airflow instance
(#56636)
947f4b98013 is described below
commit 947f4b980137d75530a60edf8af91e38074da2ae
Author: John Nguyen <[email protected]>
AuthorDate: Wed Oct 15 19:02:15 2025 +0700
chore: add credentials to access local airflow instance (#56636)
---
dev/breeze/src/airflow_breeze/utils/visuals.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/breeze/src/airflow_breeze/utils/visuals.py
b/dev/breeze/src/airflow_breeze/utils/visuals.py
index 8c06657e4a8..86176895c06 100644
--- a/dev/breeze/src/airflow_breeze/utils/visuals.py
+++ b/dev/breeze/src/airflow_breeze/utils/visuals.py
@@ -90,7 +90,7 @@ CHEATSHEET = f"""
Direct links to those services that you can use from the host:
* ssh connection for remote debugging: ssh -p {SSH_PORT}
airflow@localhost (password: airflow)
- * API server or webserver: http://localhost:{WEB_HOST_PORT}
+ * API server or webserver: http://localhost:{WEB_HOST_PORT}
(username: admin, password: admin)
* Flower: http://localhost:{FLOWER_HOST_PORT}
* Postgres:
jdbc:postgresql://localhost:{POSTGRES_HOST_PORT}/airflow?user=postgres&password=airflow
* Mysql:
jdbc:mysql://localhost:{MYSQL_HOST_PORT}/airflow?user=root