You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jh...@apache.org on 2021/08/09 22:52:28 UTC

[airflow] 30/39: fix: instance name env var (#16749)

This is an automated email from the ASF dual-hosted git repository.

jhtimmins pushed a commit to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 60938f04e308a5f81ac7fdae1f0499d1e3ab26df
Author: Rikhil Raithatha <23...@users.noreply.github.com>
AuthorDate: Thu Jul 1 11:03:35 2021 +0100

    fix: instance name env var (#16749)
    
    (cherry picked from commit fa811057a6ae0fc6c5e4bff1e18971c262a42a4c)
---
 docs/apache-airflow/howto/customize-dag-ui-page-instance-name.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/howto/customize-dag-ui-page-instance-name.rst b/docs/apache-airflow/howto/customize-dag-ui-page-instance-name.rst
index e54a066..f67c193 100644
--- a/docs/apache-airflow/howto/customize-dag-ui-page-instance-name.rst
+++ b/docs/apache-airflow/howto/customize-dag-ui-page-instance-name.rst
@@ -38,7 +38,7 @@ To make this change, simply:
 
 .. code-block::
 
-  AIRFLOW__WEBSERVER__SITE_TITLE = "DevEnv"
+  AIRFLOW__WEBSERVER__INSTANCE_NAME = "DevEnv"
 
 
 Screenshots