2017-04-27 13:01:45 +02:00
|
|
|
clair:
|
|
|
|
database:
|
|
|
|
type: pgsql
|
|
|
|
options:
|
|
|
|
source: postgresql://postgres:$password@postgres:5432?sslmode=disable
|
|
|
|
|
|
|
|
# Number of elements kept in the cache
|
|
|
|
# Values unlikely to change (e.g. namespaces) are cached in order to save prevent needless roundtrips to the database.
|
|
|
|
cachesize: 16384
|
|
|
|
|
|
|
|
api:
|
|
|
|
# API server port
|
|
|
|
port: 6060
|
|
|
|
healthport: 6061
|
|
|
|
|
|
|
|
# Deadline before an API request will respond with a 503
|
|
|
|
timeout: 300s
|
|
|
|
updater:
|
2017-08-21 07:43:49 +02:00
|
|
|
interval: 12h
|
2017-04-27 13:01:45 +02:00
|
|
|
|
|
|
|
notifier:
|
|
|
|
attempts: 3
|
|
|
|
renotifyinterval: 2h
|
2017-07-04 06:12:16 +02:00
|
|
|
http:
|
2017-11-08 14:22:00 +01:00
|
|
|
endpoint: http://ui:8080/service/notifications/clair
|