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.
23 lines
689 B
23 lines
689 B
[main] |
|
# Path to the files destination |
|
fullpath = /var/www/haproxy-wi |
|
log_path = /var/log/roxy-wi |
|
lib_path = /var/lib/roxy-wi |
|
# Change secret_phrase to 32 url-safe base64-encoded |
|
secret_phrase = _B8avTpFFL19M8P9VyTiX42NyeyUaneV26kyftB2E_4= |
|
|
|
[configs] |
|
# Folders for configs |
|
haproxy_save_configs_dir = ${main:lib_path}/configs/hap_config/ |
|
keepalived_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/ |
|
|
|
[mysql] |
|
# By default Sqlite DB is used |
|
enable = 0 |
|
mysql_user = roxy-wi |
|
mysql_password = roxy-wi |
|
mysql_db = roxywi |
|
mysql_host = 127.0.0.1 |
|
mysql_port = 3306
|
|
|