This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 75ffacde3df [v3-1-test] chore: add credentials to access local airflow
instance (#56636) (#56662)
75ffacde3df is described below
commit 75ffacde3df5bab70d72a412dbc60aec30bdbc2b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 15 16:52:07 2025 +0200
[v3-1-test] chore: add credentials to access local airflow instance
(#56636) (#56662)
(cherry picked from commit 947f4b980137d75530a60edf8af91e38074da2ae)
Co-authored-by: John Nguyen <[email protected]>
---
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