2018-02-07 04:39:42 +00:00
|
|
|
[main]
|
2022-03-17 05:23:17 +00:00
|
|
|
# Path to the files destination
|
2018-04-26 16:24:36 +00:00
|
|
|
fullpath = /var/www/haproxy-wi
|
2022-09-25 18:20:46 +00:00
|
|
|
log_path = /var/log/roxy-wi
|
2022-07-03 16:37:15 +00:00
|
|
|
lib_path = /var/lib/roxy-wi
|
2018-02-07 04:39:42 +00:00
|
|
|
|
|
|
|
[configs]
|
2022-03-17 05:23:17 +00:00
|
|
|
# Folders for configs
|
2022-07-03 16:37:15 +00:00
|
|
|
haproxy_save_configs_dir = ${main:lib_path}/configs/hap_config/
|
2023-09-30 11:31:29 +00:00
|
|
|
keepalived_save_configs_dir = ${main:lib_path}/configs/kp_config/
|
2022-07-03 16:37:15 +00:00
|
|
|
nginx_save_configs_dir = ${main:lib_path}/configs/nginx_config/
|
|
|
|
apache_save_configs_dir = ${main:lib_path}/configs/apache_config/
|
2018-02-07 04:39:42 +00:00
|
|
|
|
2018-04-23 16:20:19 +00:00
|
|
|
[mysql]
|
2022-03-17 05:23:17 +00:00
|
|
|
# By default Sqlite DB is used
|
2018-04-23 16:20:19 +00:00
|
|
|
enable = 0
|
2022-03-17 05:23:17 +00:00
|
|
|
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
|