diff --git a/app-config.yaml b/app-config.yaml index 72de2fe34c..6cd05f44e8 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -98,7 +98,7 @@ proxy: Authorization: ${ILERT_AUTH_HEADER} '/airflow': - target: http://localhost:8080/api/v1 + target: https://your.airflow.instance.com/api/v1 headers: Authorization: ${AIRFLOW_BASIC_AUTH_HEADER} @@ -444,4 +444,4 @@ azureDevOps: organization: my-company apacheAirflow: - baseUrl: http://localhost:8080 + baseUrl: https://your.airflow.instance.com diff --git a/plugins/apache-airflow/README.md b/plugins/apache-airflow/README.md index f3163ecd93..4bec028298 100644 --- a/plugins/apache-airflow/README.md +++ b/plugins/apache-airflow/README.md @@ -49,7 +49,7 @@ configuration: ```yaml proxy: '/airflow': - target: http://localhost:8080/api/v1 + target: https://your.airflow.instance.com/api/v1 headers: Authorization: ${AIRFLOW_BASIC_AUTH_HEADER} ```