mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 10:49:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			376 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			376 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_DRIVER=
 | |
| WHZ_DB_USERNAME=
 | |
| WHZ_DB_PASSWORD=
 | |
| # Fully qualified jdbc url
 | |
| WHZ_DB_URL=
 | |
| 
 | |
| # A comma-separated list of JOB IDs to run
 | |
| WHZ_ETL_JOB_IDS=
 | |
| WHZ_KAFKA_JOB_IDS=
 | |
| 
 | |
| # Temp directory for ETL job
 | |
| WHZ_ETL_TEMP_DIR=
 | 
