Skip to content

Commit 53ee17d

Browse files
authored
Update 127.0.0.1 to localhost in breeze visuals (#48469)
1 parent 318da43 commit 53ee17d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

contributing-docs/03_contributors_quick_start.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -511,12 +511,12 @@ Using Breeze
511511
512512
Direct links to those services that you can use from the host:
513513
514-
* ssh connection for remote debugging: ssh -p 12322 airflow@127.0.0.1 (password: airflow)
515-
* API server: http://127.0.0.1:28080
516-
* Flower: http://127.0.0.1:25555
517-
* Postgres: jdbc:postgresql://127.0.0.1:25433/airflow?user=postgres&password=airflow
518-
* Mysql: jdbc:mysql://127.0.0.1:23306/airflow?user=root
519-
* Redis: redis://127.0.0.1:26379/0
514+
* ssh connection for remote debugging: ssh -p 12322 airflow@localhost (password: airflow)
515+
* API server: http://localhost:28080
516+
* Flower: http://localhost:25555
517+
* Postgres: jdbc:postgresql://localhost:25433/airflow?user=postgres&password=airflow
518+
* Mysql: jdbc:mysql://localhost:23306/airflow?user=root
519+
* Redis: redis://localhost:26379/0
520520
521521
522522
.. raw:: html
@@ -588,7 +588,7 @@ Using Breeze
588588
</div>
589589

590590
3. Setup a PostgreSQL database in your database management tool of choice
591-
(e.g. DBeaver, DataGrip) with host ``127.0.0.1``, port ``25433``,
591+
(e.g. DBeaver, DataGrip) with host ``localhost``, port ``25433``,
592592
user ``postgres``, password ``airflow``, and default schema ``airflow``
593593

594594
.. raw:: html

0 commit comments

Comments
 (0)