Skip to content

Commit eaa6972

Browse files
authored
Fix instance_name in UI docs (apache#57380)
1 parent a04136f commit eaa6972

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

airflow-core/docs/howto/customize-ui.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ distinguish between various installations of Airflow or simply amend the page te
3232

3333
To make this change, simply:
3434

35-
1. Add the configuration option of ``instance_name`` under the ``[webserver]`` section inside ``airflow.cfg``:
35+
1. Add the configuration option of ``instance_name`` under the ``[api]`` section inside ``airflow.cfg``:
3636

3737
.. code-block::
3838
39-
[webserver]
39+
[api]
4040
4141
instance_name = "DevEnv"
4242
@@ -45,7 +45,7 @@ To make this change, simply:
4545

4646
.. code-block::
4747
48-
AIRFLOW__WEBSERVER__INSTANCE_NAME = "DevEnv"
48+
AIRFLOW__API__INSTANCE_NAME = "DevEnv"
4949
5050
5151
Screenshots
-48.1 KB
Loading
-48.4 KB
Loading

0 commit comments

Comments
 (0)