2018-02-07 04:39:42 +00:00
|
|
|
[main]
|
|
|
|
#Path to files destination
|
2018-04-26 16:24:36 +00:00
|
|
|
fullpath = /var/www/haproxy-wi
|
2020-01-12 16:13:48 +00:00
|
|
|
log_path = ${fullpath}/log/
|
2018-02-07 04:39:42 +00:00
|
|
|
|
|
|
|
[configs]
|
|
|
|
#Dir where configs will be save
|
2018-04-28 15:09:27 +00:00
|
|
|
haproxy_save_configs_dir = ${main:fullpath}/configs/hap_config/
|
|
|
|
kp_save_configs_dir = ${main:fullpath}/configs/kp_config/
|
2020-02-05 08:15:57 +00:00
|
|
|
nginx_save_configs_dir = ${main:fullpath}/configs/nginx_config/
|
2018-02-07 04:39:42 +00:00
|
|
|
|
2018-04-23 16:20:19 +00:00
|
|
|
[mysql]
|
2018-07-28 18:14:12 +00:00
|
|
|
#Enable MySQL DB. Default will be used Sqlite DB. Default disable
|
2018-04-23 16:20:19 +00:00
|
|
|
enable = 0
|
|
|
|
mysql_user = haproxy-wi
|
2019-09-20 16:24:45 +00:00
|
|
|
mysql_password = haproxywi
|
2018-04-23 16:20:19 +00:00
|
|
|
mysql_db = haproxywi
|
|
|
|
mysql_host = 127.0.0.1
|
2020-01-04 05:33:43 +00:00
|
|
|
mysql_port = 3306
|
2018-10-04 14:56:02 +00:00
|
|
|
|