sum7/warehost
sum7
/
warehost
Archived
1
0
Fork 0
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.
warehost/cmd/warehost-host/config.yml.example

21 lines
417 B
Plaintext
Raw Normal View History

---
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/
web:
enable: true
template: caddy
config: /tmp/a
2016-12-07 23:41:14 +01:00
path_domain: /tmp/b
database:
enable: true
type: mysql
connection: "root:hallo@/mysql?interpolateParams=true"
prefix: "warehost_db"