genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

[TASK] fix for presentation

This commit is contained in:
Martin Geno 2017-06-23 12:50:31 +02:00
parent 7c12d4bf49
commit 7835b52b55
No known key found for this signature in database
GPG Key ID: F0D39A37E925E941
1 changed files with 4 additions and 4 deletions

View File

@ -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/"