mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 21:03:03 +00:00
18 lines
290 B
Plaintext
18 lines
290 B
Plaintext
# Secret Key
|
|
WHZ_SECRET=
|
|
|
|
# Master Key to encrypt data in DB
|
|
WHZ_MASTER_KEY=
|
|
|
|
# Database Connection
|
|
WHZ_DB_USERNAME=
|
|
WHZ_DB_PASSWORD=
|
|
# Just the host address
|
|
WHZ_DB_HOST=
|
|
# Fully qualified jdbc url
|
|
WHZ_DB_URL=
|
|
|
|
# A comma-separated list of JOB IDs to run
|
|
WHZ_ETL_JOB_IDS=
|
|
WHZ_KAFKA_JOB_IDS=
|