fix example config
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
2c5f1d3034
commit
4889d14ce1
@ -17,14 +17,13 @@ clair:
|
|||||||
database:
|
database:
|
||||||
# Database driver
|
# Database driver
|
||||||
type: pgsql
|
type: pgsql
|
||||||
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: host=localhost port=5432 user=postgres sslmode=disable statement_timeout=60000
|
||||||
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.
|
||||||
cachesize: 16384
|
cachesize: 16384
|
||||||
|
|
||||||
api:
|
api:
|
||||||
# API server port
|
# API server port
|
||||||
|
Loading…
Reference in New Issue
Block a user