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-03-30 15:32:22 +02:00
|
|
|
webserver_bind = ":8080"
|
2017-04-07 11:32:49 +02:00
|
|
|
webroot = "webroot"
|
2017-04-05 19:03:44 +02:00
|
|
|
|
2017-04-04 23:21:05 +02:00
|
|
|
good_availablity_template = "contrib/good_availablity.svg"
|
2017-05-12 10:54:05 +02:00
|
|
|
good_freshness_template = "contrib/good_freshness.svg"
|
2017-04-04 23:21:05 +02:00
|
|
|
|
2017-05-18 23:42:00 +02:00
|
|
|
fouled_deleted = "0m"
|
|
|
|
|
2017-03-30 16:09:44 +02:00
|
|
|
[database]
|
2017-03-30 18:43:18 +02:00
|
|
|
type = "sqlite3"
|
2017-06-23 17:09:03 +02:00
|
|
|
logging = true
|
2017-03-30 16:09:44 +02:00
|
|
|
connection = "file::memory:?mode=memory&cache=shared"
|
|
|
|
# For Master-Slave cluster
|
|
|
|
# read_connection = ""
|
2017-04-04 19:28:46 +02:00
|
|
|
|
|
|
|
[good_release]
|
2017-04-05 19:03:44 +02:00
|
|
|
every = "5m"
|
|
|
|
after = "30m"
|
|
|
|
|
|
|
|
[cache_clean]
|
|
|
|
every = "5m"
|
2017-04-04 19:28:46 +02:00
|
|
|
after = "30m"
|
2017-04-07 13:13:37 +02:00
|
|
|
|
|
|
|
[microservice_dependencies]
|
|
|
|
product = "http://localhost:8080/api-test/product/%d/"
|
|
|
|
permission = "http://localhost:8080/api-test/session/%s/%d/"
|