This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
2016-11-27 10:06:35 +01:00
|
|
|
---
|
|
|
|
warehostdatabase: "host={{warehost_db_host}} user={{warehost_db_user}} dbname={{warehost_db_dbname}} password={{warehost_db_pass}} sslmode=disable"
|
|
|
|
log:
|
|
|
|
path: /var/log/warehost/host.log
|
|
|
|
databasedebug: false
|
2016-12-08 00:49:50 +01:00
|
|
|
path_user: {{http_usr}}
|
|
|
|
path_group: {{http_grp}}
|
|
|
|
ftp:
|
|
|
|
enable: true
|
|
|
|
path_id: /srv/ftp/%d/
|
|
|
|
web_modul:
|
|
|
|
enable: true
|
|
|
|
path_id: {{warehost_web_webroot}}/%d/
|
2016-11-27 10:06:35 +01:00
|
|
|
web:
|
|
|
|
enable: true
|
|
|
|
template: /etc/warehost/host-web.tmpl
|
2016-12-08 00:49:50 +01:00
|
|
|
path_domain: /srv/http/domain
|
2016-11-27 10:06:35 +01:00
|
|
|
config: {{warehost_host_web_path}}
|
|
|
|
database:
|
|
|
|
enable: true
|
|
|
|
type: {{warehost_host_db_type}}
|
|
|
|
connection: "{{warehost_host_db_user}}:{{warehost_host_db_pass}}@{{warehost_host_db_host}}/mysql?interpolateParams=true"
|
|
|
|
prefix: {{warehost_host_db_prefix}}
|