mirror of https://github.com/Aidaho12/haproxy-wi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
505 B
21 lines
505 B
[main]
|
|
#Path to files destination
|
|
fullpath = /var/www/haproxy-wi
|
|
cgi_path = ${fullpath}/app/
|
|
log_path = ${fullpath}/log/
|
|
cert_local_dir = ${cgi_path}/certs/
|
|
|
|
[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/
|
|
|
|
[mysql]
|
|
#Enable MySQL DB. Default will be used Sqlite DB. Default disable
|
|
enable = 0
|
|
mysql_user = haproxy-wi
|
|
mysql_password = haproxy-wi
|
|
mysql_db = haproxywi
|
|
mysql_host = 127.0.0.1
|
|
|