genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0
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.
hs_monolith/config_example.conf

27 lines
563 B
Plaintext
Raw Normal View History

2017-03-30 15:32:22 +02:00
webserver_bind = ":8080"
webroot = "webroot"
good_availablity_template = "contrib/good_availablity.svg"
2017-05-12 10:54:05 +02:00
good_freshness_template = "contrib/good_freshness.svg"
2017-05-18 23:42:00 +02:00
fouled_deleted = "0m"
2017-03-30 16:09:44 +02:00
[database]
type = "sqlite3"
2017-03-31 10:57:01 +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 = ""
[good_release]
every = "5m"
after = "30m"
[cache_clean]
every = "5m"
after = "30m"
[microservice_dependencies]
product = "http://localhost:8080/api-test/product/%d/"
permission = "http://localhost:8080/api-test/session/%s/%d/"