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:46:50 +01:00
|
|
|
---
|
|
|
|
warehostdatabase: "host=localhost user=warehost dbname=warehost password=hallo sslmode=disable"
|
|
|
|
log:
|
|
|
|
path: test.log
|
|
|
|
databasedebug: false
|
2016-12-07 23:41:14 +01:00
|
|
|
path_user: http
|
|
|
|
path_group: http
|
|
|
|
ftp:
|
|
|
|
enable: true
|
|
|
|
path_id: /tmp/ftp/%d/
|
2016-11-27 10:46:50 +01:00
|
|
|
web:
|
|
|
|
enable: true
|
|
|
|
template: caddy
|
|
|
|
config: /tmp/a
|
2016-12-07 23:41:14 +01:00
|
|
|
path_domain: /tmp/b
|
2016-11-27 10:46:50 +01:00
|
|
|
database:
|
|
|
|
enable: true
|
|
|
|
type: mysql
|
|
|
|
connection: "root:hallo@/mysql?interpolateParams=true"
|
|
|
|
prefix: "warehost_db"
|