example config: add localhost postgres
This commit is contained in:
parent
1e9f14ae33
commit
8d10d93b17
@ -20,7 +20,7 @@ clair:
|
|||||||
options:
|
options:
|
||||||
# PostgreSQL Connection string
|
# PostgreSQL Connection string
|
||||||
# https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING
|
# https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING
|
||||||
source:
|
source: host=localhost port=5432 user=postgres sslmode=disable statement_timeout=60000
|
||||||
|
|
||||||
# Number of elements kept in the cache
|
# 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.
|
# Values unlikely to change (e.g. namespaces) are cached in order to save prevent needless roundtrips to the database.
|
||||||
|
Loading…
Reference in New Issue
Block a user