From 4889d14ce1e109bc67fd5a2fb3863c4d14bb1da8 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Sun, 12 Feb 2017 14:30:01 -0800 Subject: [PATCH] fix example config Signed-off-by: Jess Frazelle --- config.example.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/config.example.yaml b/config.example.yaml index 423068a3..4b3b58d7 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -17,14 +17,13 @@ clair: database: # Database driver type: pgsql - options: - # PostgreSQL Connection string - # https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING - source: host=localhost port=5432 user=postgres sslmode=disable statement_timeout=60000 + # PostgreSQL Connection string + # https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING + 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. - cachesize: 16384 + # 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