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-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
|