mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-07 06:54:48 +00:00
56 lines
2.0 KiB
Bash
56 lines
2.0 KiB
Bash
DATASET_ENABLE_SCSI=false
|
|
EBEAN_DATASOURCE_USERNAME=datahub
|
|
EBEAN_DATASOURCE_PASSWORD=datahub
|
|
EBEAN_DATASOURCE_HOST=mysql:3306
|
|
EBEAN_DATASOURCE_URL=jdbc:mysql://mysql:3306/datahub?verifyServerCertificate=false&useSSL=true&useUnicode=yes&characterEncoding=UTF-8&enabledTLSProtocols=TLSv1.2
|
|
EBEAN_DATASOURCE_DRIVER=com.mysql.jdbc.Driver
|
|
KAFKA_BOOTSTRAP_SERVER=broker:29092
|
|
KAFKA_SCHEMAREGISTRY_URL=http://schema-registry:8081
|
|
ELASTICSEARCH_HOST=elasticsearch
|
|
ELASTICSEARCH_PORT=9200
|
|
NEO4J_HOST=http://neo4j:7474
|
|
NEO4J_URI=bolt://neo4j
|
|
NEO4J_USERNAME=neo4j
|
|
NEO4J_PASSWORD=datahub
|
|
JAVA_OPTS=-Xms1g -Xmx1g
|
|
GRAPH_SERVICE_IMPL=neo4j
|
|
ENTITY_REGISTRY_CONFIG_PATH=/datahub/datahub-gms/resources/entity-registry.yml
|
|
MAE_CONSUMER_ENABLED=true
|
|
MCE_CONSUMER_ENABLED=true
|
|
|
|
# Uncomment to enable Metadata Service Authentication
|
|
# METADATA_SERVICE_AUTH_ENABLED=true
|
|
|
|
# Uncomment to disable persistence of client-side analytics events
|
|
# DATAHUB_ANALYTICS_ENABLED=false
|
|
|
|
# Uncomment to disable policies creation and enforcement
|
|
# AUTH_POLICIES_ENABLED=false
|
|
|
|
# Uncomment to configure kafka topic names
|
|
# Make sure these names are consistent across the whole deployment
|
|
# METADATA_AUDIT_EVENT_NAME=MetadataAuditEvent_v4
|
|
# METADATA_CHANGE_EVENT_NAME=MetadataChangeEvent_v4
|
|
# FAILED_METADATA_CHANGE_EVENT_NAME=FailedMetadataChangeEvent_v4
|
|
|
|
# Uncomment and set these to support SSL connection to Elasticsearch
|
|
# ELASTICSEARCH_USE_SSL=true
|
|
# ELASTICSEARCH_SSL_PROTOCOL=TLSv1.2
|
|
# 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=
|
|
|
|
# To use simple username/password authentication to Elasticsearch over HTTPS
|
|
# set ELASTICSEARCH_USE_SSL=true and uncomment:
|
|
# ELASTICSEARCH_USERNAME=
|
|
# ELASTICSEARCH_PASSWORD=
|
|
|
|
# To disable Analytics on the UI
|
|
# ANALYTICS_ENABLED=false
|
|
|
|
# Encryption of DataHub Secrets
|
|
# SECRET_SERVICE_ENCRYPTION_KEY=<your-AES-encryption-key> |