mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 03:59:12 +00:00
Fix - Do not able RDF by default (#22978)
This commit is contained in:
parent
946f63c83d
commit
547e8d3ead
@ -450,7 +450,7 @@ operationalConfig:
|
|||||||
operationsConfigFile: ${OPERATIONAL_CONFIG_FILE:-"./conf/operations.yaml"}
|
operationsConfigFile: ${OPERATIONAL_CONFIG_FILE:-"./conf/operations.yaml"}
|
||||||
|
|
||||||
rdf:
|
rdf:
|
||||||
enabled: ${RDF_ENABLED:-true}
|
enabled: ${RDF_ENABLED:-false}
|
||||||
baseUri: ${RDF_BASE_URI:-"https://open-metadata.org/"}
|
baseUri: ${RDF_BASE_URI:-"https://open-metadata.org/"}
|
||||||
storageType: ${RDF_STORAGE_TYPE:-"FUSEKI"}
|
storageType: ${RDF_STORAGE_TYPE:-"FUSEKI"}
|
||||||
remoteEndpoint: ${RDF_ENDPOINT:-"http://localhost:3030/openmetadata"}
|
remoteEndpoint: ${RDF_ENDPOINT:-"http://localhost:3030/openmetadata"}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user