mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-09 09:47:56 +00:00
29 lines
1013 B
Bash
29 lines
1013 B
Bash
MAE_CONSUMER_ENABLED=true
|
|
KAFKA_BOOTSTRAP_SERVER=broker:29092
|
|
KAFKA_SCHEMAREGISTRY_URL=http://schema-registry:8081
|
|
ELASTICSEARCH_HOST=elasticsearch
|
|
ELASTICSEARCH_PORT=9200
|
|
GMS_HOST=datahub-gms
|
|
GMS_PORT=8080
|
|
GRAPH_SERVICE_IMPL=elasticsearch
|
|
ENTITY_REGISTRY_CONFIG_PATH=/datahub/datahub-mae-consumer/resources/entity-registry.yml
|
|
|
|
# Uncomment to disable persistence of client-side analytics events
|
|
# DATAHUB_ANALYTICS_ENABLED=false
|
|
|
|
# Uncomment to configure topic names
|
|
# Make sure these names are consistent across the whole deployment
|
|
# KAFKA_TOPIC_NAME=MetadataAuditEvent_v4
|
|
# DATAHUB_USAGE_EVENT_NAME=DataHubUsageEvent_v1
|
|
|
|
# Uncomment and set these to support SSL connection to Elasticsearch
|
|
# ELASTICSEARCH_USE_SSL=
|
|
# ELASTICSEARCH_SSL_PROTOCOL=
|
|
# ELASTICSEARCH_SSL_SECURE_RANDOM_IMPL=
|
|
# ELASTICSEARCH_SSL_TRUSTSTORE_FILE=
|
|
# ELASTICSEARCH_SSL_TRUSTSTORE_TYPE=
|
|
# ELASTICSEARCH_SSL_TRUSTSTORE_PASSWORD=
|
|
# ELASTICSEARCH_SSL_KEYSTORE_FILE=
|
|
# ELASTICSEARCH_SSL_KEYSTORE_TYPE=
|
|
# ELASTICSEARCH_SSL_KEYSTORE_PASSWORD=
|