From 8d10d93b177490139ec1f9ce417a9a8acfb3b1b6 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Tue, 7 Feb 2017 12:03:22 -0800 Subject: [PATCH] example config: add localhost postgres --- config.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.yaml b/config.example.yaml index a4714b63..423068a3 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -20,7 +20,7 @@ clair: options: # PostgreSQL Connection string # 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 # Values unlikely to change (e.g. namespaces) are cached in order to save prevent needless roundtrips to the database.