mirror of https://github.com/Aidaho12/haproxy-wi
				
				
				
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			523 B
		
	
	
	
		
			INI
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			523 B
		
	
	
	
		
			INI
		
	
	
[main]
 | 
						|
#Path to files destination
 | 
						|
fullpath = /var/www/haproxy-wi
 | 
						|
log_path = ${fullpath}/log/ 
 | 
						|
 | 
						|
[configs]
 | 
						|
#Dir where configs will be save
 | 
						|
haproxy_save_configs_dir = ${main:fullpath}/configs/hap_config/
 | 
						|
kp_save_configs_dir = ${main:fullpath}/configs/kp_config/
 | 
						|
nginx_save_configs_dir = ${main:fullpath}/configs/nginx_config/
 | 
						|
 | 
						|
[mysql]
 | 
						|
#Enable MySQL DB. Default will be used Sqlite DB. Default disable
 | 
						|
enable = 0
 | 
						|
mysql_user = haproxy-wi
 | 
						|
mysql_password = haproxywi
 | 
						|
mysql_db = haproxywi
 | 
						|
mysql_host = 127.0.0.1
 | 
						|
mysql_port = 3306
 | 
						|
 |