mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-02 02:17:21 +00:00
23 lines
465 B
JSON
23 lines
465 B
JSON
{
|
|
"source": {
|
|
"type": "amundsen",
|
|
"config": {
|
|
"neo4j_url": "bolt://192.168.1.8:7687",
|
|
"neo4j_username": "neo4j",
|
|
"neo4j_password": "test"
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api"
|
|
}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
} |