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.
2017-05-03 11:19:33 +02:00
|
|
|
# bind the webserver to a dynamic ports
|
|
|
|
webserver_bind = ":65000"
|
|
|
|
webroot = "webroot"
|
|
|
|
|
|
|
|
good_availablity_template = "contrib/good_availablity.svg"
|
|
|
|
|
|
|
|
[database]
|
|
|
|
type = "sqlite3"
|
|
|
|
# logging = true
|
|
|
|
connection = "file::memory:?mode=memory&cache=shared"
|
|
|
|
# For Master-Slave cluster
|
|
|
|
# read_connection = ""
|
|
|
|
|
|
|
|
[good_release]
|
|
|
|
every = "5m"
|
|
|
|
after = "30m"
|
|
|
|
|
|
|
|
[cache_clean]
|
|
|
|
every = "5m"
|
|
|
|
after = "30m"
|
|
|
|
|
|
|
|
[microservice_dependencies]
|
2017-05-05 09:35:27 +02:00
|
|
|
product = "http://localhost:65000/api-test/product/%d/"
|
|
|
|
permission = "http://localhost:65000/api-test/session/%s/%d/"
|