mirror of https://github.com/Aidaho12/haproxy-wi
				
				
				
			
		
			
				
	
	
		
			22 lines
		
	
	
		
			567 B
		
	
	
	
		
			INI
		
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			567 B
		
	
	
	
		
			INI
		
	
	
[main]
 | 
						|
# Path to the files destination
 | 
						|
fullpath = /var/www/haproxy-wi
 | 
						|
log_path = /var/log/roxy-wi
 | 
						|
lib_path = /var/lib/roxy-wi
 | 
						|
 | 
						|
[configs]
 | 
						|
# Folders for configs
 | 
						|
haproxy_save_configs_dir = ${main:lib_path}/configs/hap_config/
 | 
						|
kp_save_configs_dir = ${main:lib_path}/configs/kp_config/
 | 
						|
nginx_save_configs_dir = ${main:lib_path}/configs/nginx_config/
 | 
						|
apache_save_configs_dir = ${main:lib_path}/configs/apache_config/
 | 
						|
 | 
						|
[mysql]
 | 
						|
# By default Sqlite DB is used
 | 
						|
enable = 0
 | 
						|
mysql_user = roxy-wi
 | 
						|
mysql_password = roxy-wi
 | 
						|
mysql_db = roxywi
 | 
						|
mysql_host = 127.0.0.1
 | 
						|
mysql_port = 3306
 |