haproxy-wi/app/roxy-wi.cfg

20 lines
473 B
INI
Raw Normal View History

2018-02-07 04:39:42 +00:00
[main]
# Path to the files destination
2018-04-26 16:24:36 +00:00
fullpath = /var/www/haproxy-wi
log_path = ${fullpath}/log/
2018-02-07 04:39:42 +00:00
[configs]
# Folders for configs
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/
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]
# By default Sqlite DB is used
2018-04-23 16:20:19 +00:00
enable = 0
mysql_user = roxy-wi
mysql_password = roxy-wi
mysql_db = roxywi
2018-04-23 16:20:19 +00:00
mysql_host = 127.0.0.1
2020-01-04 05:33:43 +00:00
mysql_port = 3306