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.
22 lines
567 B
22 lines
567 B
7 years ago
|
[main]
|
||
3 years ago
|
# Path to the files destination
|
||
7 years ago
|
fullpath = /var/www/haproxy-wi
|
||
2 years ago
|
log_path = ${fullpath}/log/
|
||
|
lib_path = /var/lib/roxy-wi
|
||
7 years ago
|
|
||
|
[configs]
|
||
3 years ago
|
# Folders for configs
|
||
2 years ago
|
haproxy_save_configs_dir = ${main:lib_path}/configs/hap_config/
|
||
|
kp_save_configs_dir = ${main:lib_path}/configs/kp_config/
|
||
|
nginx_save_configs_dir = ${main:lib_path}/configs/nginx_config/
|
||
|
apache_save_configs_dir = ${main:lib_path}/configs/apache_config/
|
||
7 years ago
|
|
||
7 years ago
|
[mysql]
|
||
3 years ago
|
# By default Sqlite DB is used
|
||
7 years ago
|
enable = 0
|
||
3 years ago
|
mysql_user = roxy-wi
|
||
|
mysql_password = roxy-wi
|
||
|
mysql_db = roxywi
|
||
7 years ago
|
mysql_host = 127.0.0.1
|
||
5 years ago
|
mysql_port = 3306
|