datahub/backend-service/application.env.template
Mars Lan 9e55d80538 Add WHZ_KRB5_DIR environmental variable to the search path for gss-jass.conf & krb5.conf files. (#421)
Also remove the unset WH_HOME directory from the search path.
2017-07-10 09:58:43 -07:00

21 lines
350 B
Plaintext

# Directory containing kerberos config files
WHZ_KRB5_DIR=
# 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=