24 lines
721 B
YAML
24 lines
721 B
YAML
---
|
|
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
|
|
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/
|
|
web:
|
|
enable: true
|
|
template: /etc/warehost/host-web.tmpl
|
|
path_domain: /srv/http/domain
|
|
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}}
|