Skip to content

Commit

Permalink
example config: add localhost postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Feb 7, 2017
1 parent 1e9f14a commit 8d10d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d10d93

Please sign in to comment.