datahub/backend-service/application.env.template

18 lines
290 B
Plaintext
Raw Normal View History

2015-11-19 14:39:21 -08:00
# Secret Key
WHZ_SECRET=
# Master Key to encrypt data in DB
WHZ_MASTER_KEY=
2015-11-19 14:39:21 -08:00
# 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=