mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 20:51:26 +00:00
fix:Airflow configurations to match docker-compose (#1157)
Airflow configurations to match docker-compose yaml values
This commit is contained in:
parent
dd7bb5a79f
commit
b2d1d0ca34
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user