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

husseinawala 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 67c774e3f3 Improve AIRFLOW__WEBSERVER__BASE_URL docs (#37003)
67c774e3f3 is described below

commit 67c774e3f3f67ad2d4de3ce3b526e23589418497
Author: internetcoffeephone <[email protected]>
AuthorDate: Thu Jan 25 14:40:05 2024 +0100

    Improve AIRFLOW__WEBSERVER__BASE_URL docs (#37003)
    
    Co-authored-by: hheemskerk <[email protected]>
---
 airflow/config_templates/config.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/airflow/config_templates/config.yml 
b/airflow/config_templates/config.yml
index 8785cb08b6..1bf27d2b75 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -1388,9 +1388,9 @@ webserver:
       default: "{AIRFLOW_HOME}/webserver_config.py"
     base_url:
       description: |
-        The base url of your website as airflow cannot guess what domain or
-        cname you are using. This is used in automated emails that
-        airflow sends to point links to the right web server
+        The base url of your website: Airflow cannot guess what domain or 
CNAME you are using.
+        This is used to create links in the Log Url column in the Browse - 
Task Instances menu,
+        as well as in any automated emails sent by Airflow that contain links 
to your webserver.
       version_added: ~
       type: string
       example: ~

Reply via email to