mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 10:49:00 +00:00 
			
		
		
		
	
		
			
	
	
		
			22 lines
		
	
	
		
			636 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			22 lines
		
	
	
		
			636 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|   | # Secret Key | ||
|  | WHZ_SECRET="change_me" | ||
|  | 
 | ||
|  | # Database Connection | ||
|  | WHZ_DB_NAME="wherehows" | ||
|  | WHZ_DB_USERNAME="wherehows" | ||
|  | WHZ_DB_PASSWORD="wherehows" | ||
|  | 
 | ||
|  | # Fully qualified jdbc url | ||
|  | WHZ_DB_URL="jdbc:mysql://localhost/wherehows" | ||
|  | 
 | ||
|  | # Serach Engine | ||
|  | WHZ_SEARCH_ENGINE=elasticsearch | ||
|  | 
 | ||
|  | # Elasticsearch (Change "localhost" to your Es host ) | ||
|  | WHZ_ES_DATASET_URL="http://localhost:9200/wherehows/dataset/_search" | ||
|  | WHZ_ES_METRIC_URL="http://localhost:9200/wherehows/metric/_search" | ||
|  | WHZ_ES_FLOW_URL="http://localhost:9200/wherehows/flow_jobs/_search" | ||
|  | 
 | ||
|  | # Piwik tracking configuration | ||
|  | PIWIK_SITE_ID="0000" # change_to_your_piwik_id | ||
|  | PIWIK_URL="change_to_your_piwik_url" |