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.
20 lines
523 B
20 lines
523 B
[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 |
|
|
|
|