2020-11-11 13:04:20 -08:00
|
|
|
DATASET_ENABLE_SCSI=false
|
2020-08-06 16:38:53 -07:00
|
|
|
EBEAN_DATASOURCE_USERNAME=datahub
|
|
|
|
EBEAN_DATASOURCE_PASSWORD=datahub
|
|
|
|
EBEAN_DATASOURCE_HOST=mysql:3306
|
2021-12-14 10:49:03 -08:00
|
|
|
EBEAN_DATASOURCE_URL=jdbc:mysql://mysql:3306/datahub?verifyServerCertificate=false&useSSL=true&useUnicode=yes&characterEncoding=UTF-8&enabledTLSProtocols=TLSv1.2
|
2020-08-06 16:38:53 -07:00
|
|
|
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
|
2021-12-14 10:49:03 -08:00
|
|
|
NEO4J_HOST=http://neo4j:7474
|
|
|
|
NEO4J_URI=bolt://neo4j
|
|
|
|
NEO4J_USERNAME=neo4j
|
|
|
|
NEO4J_PASSWORD=datahub
|
2021-08-02 23:58:33 -07:00
|
|
|
JAVA_OPTS=-Xms1g -Xmx1g
|
2021-12-14 10:49:03 -08:00
|
|
|
GRAPH_SERVICE_IMPL=neo4j
|
2021-07-30 17:41:03 -07:00
|
|
|
ENTITY_REGISTRY_CONFIG_PATH=/datahub/datahub-gms/resources/entity-registry.yml
|
2021-06-15 08:44:15 -07:00
|
|
|
MAE_CONSUMER_ENABLED=true
|
|
|
|
MCE_CONSUMER_ENABLED=true
|
|
|
|
|
2021-11-22 16:33:14 -08:00
|
|
|
# Uncomment to enable Metadata Service Authentication
|
|
|
|
# METADATA_SERVICE_AUTH_ENABLED=true
|
|
|
|
|
2021-06-15 08:44:15 -07:00
|
|
|
# Uncomment to disable persistence of client-side analytics events
|
|
|
|
# DATAHUB_ANALYTICS_ENABLED=false
|
|
|
|
|
2021-09-02 19:05:13 -07:00
|
|
|
# Uncomment to disable policies creation and enforcement
|
|
|
|
# AUTH_POLICIES_ENABLED=false
|
|
|
|
|
2021-05-13 02:53:40 +02:00
|
|
|
# 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
|
|
|
|
|
2021-03-08 19:38:04 +01:00
|
|
|
# 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=
|
2021-03-28 06:21:10 +03:00
|
|
|
|
|
|
|
# To use simple username/password authentication to Elasticsearch over HTTPS
|
|
|
|
# set ELASTICSEARCH_USE_SSL=true and uncomment:
|
|
|
|
# ELASTICSEARCH_USERNAME=
|
|
|
|
# ELASTICSEARCH_PASSWORD=
|
2021-08-20 10:58:07 -07:00
|
|
|
|
|
|
|
# To disable Analytics on the UI
|
2022-01-27 10:33:12 -08:00
|
|
|
# ANALYTICS_ENABLED=false
|
|
|
|
|
|
|
|
# Encryption of DataHub Secrets
|
|
|
|
# SECRET_SERVICE_ENCRYPTION_KEY=<your-AES-encryption-key>
|