[TASK] fix for presentation
This commit is contained in:
parent
7c12d4bf49
commit
7835b52b55
|
@ -4,7 +4,7 @@ webroot = "webroot"
|
|||
good_availablity_template = "contrib/good_availablity.svg"
|
||||
good_freshness_template = "contrib/good_freshness.svg"
|
||||
|
||||
fouled_deleted = "0m"
|
||||
fouled_deleted = "5m"
|
||||
|
||||
[database]
|
||||
type = "sqlite3"
|
||||
|
@ -14,8 +14,8 @@ connection = "file::memory:?mode=memory&cache=shared"
|
|||
# read_connection = ""
|
||||
|
||||
[good_release]
|
||||
every = "5m"
|
||||
after = "30m"
|
||||
every = "10s"
|
||||
after = "5m"
|
||||
|
||||
[cache_clean]
|
||||
every = "5m"
|
||||
|
@ -23,4 +23,4 @@ after = "30m"
|
|||
|
||||
[microservice_dependencies]
|
||||
product = "http://localhost:8080/products/%d.json"
|
||||
permission = "http://localhost:8080/api-test/session/%s/%d/"
|
||||
permission = "http://localhost:8081/api-test/session/%s/%d/"
|
||||
|
|
Reference in New Issue