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/config.yml.example

11 lines
215 B
Plaintext
Raw Normal View History

2016-08-13 11:03:03 +02:00
---
api:
address: ::1
port: 8080
2016-08-14 13:33:53 +02:00
allowedorigins: "*"
2016-08-14 15:29:54 +02:00
log:
path: test.log
2016-08-14 13:33:53 +02:00
webroot: ./webroot/build
2016-08-13 11:03:03 +02:00
database: "host=localhost user=warehost dbname=warehost password=hallo sslmode=disable"
2016-08-14 13:33:53 +02:00
databasedebug: false