2017-04-26 16:34:50 -07:00
|
|
|
# Directory containing kerberos config files
|
|
|
|
WHZ_KRB5_DIR="/dir/to/krb5conf"
|
|
|
|
|
|
|
|
# Secret Key
|
|
|
|
WHZ_SECRET="change_me"
|
|
|
|
|
|
|
|
# Master Key to encrypt data in DB
|
|
|
|
WHZ_MASTER_KEY="change_me_master"
|
|
|
|
|
|
|
|
# Database Connection
|
|
|
|
WHZ_DB_DRIVER="com.mysql.jdbc.Driver"
|
|
|
|
WHZ_DB_USERNAME="wherehows"
|
|
|
|
WHZ_DB_PASSWORD="wherehows"
|
|
|
|
# Fully qualified jdbc url
|
|
|
|
WHZ_DB_URL="jdbc:mysql://localhost/wherehows"
|
|
|
|
|
2017-06-05 15:40:05 -07:00
|
|
|
# Directory containing ETL job files
|
|
|
|
WHZ_ETL_JOBS_DIR="/var/tmp/jobs"
|
2017-04-26 16:34:50 -07:00
|
|
|
|
|
|
|
# Temp directory for ETL job
|
|
|
|
WHZ_ETL_TEMP_DIR="/var/tmp/wherehows"
|