fix:Airflow configurations to match docker-compose (#1157)

Airflow configurations to match docker-compose yaml values
This commit is contained in:
Akash Jain 2021-11-11 19:23:24 +05:30 committed by GitHub
parent dd7bb5a79f
commit b2d1d0ca34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,10 +125,10 @@ eventHandlerConfiguration:
- "org.openmetadata.catalog.events.ElasticSearchEventHandler"
airflowConfiguration:
apiEndpoint: "http://localhost:8080"
apiEndpoint: "http://ingestion:8080"
username: "admin"
password: "admin"
metadataApiEndpoint: "http://localhost:8585/api"
metadataApiEndpoint: "http://openmetadata-server:8585/api"
authProvider: "no-auth"
health: