Skip to content

Commit

Permalink
docs: update config example
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-M authored and jzelinskie committed Feb 24, 2016
1 parent 452f701 commit fd6fdbd
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@
# is specified or if the keys are not defined.
---
database:
# Database backend.
#
# Possible values are "bolt", "leveldb", "memstore", "mongo", "sql".
#
# When running multiple instances is not desired, using BoltDB backend is the best choice as it is
# lightning fast. However, using PostgreSQL enables running multiple instances concurrently.
# The default is just an ephemeral database.
type: memstore
# Path to the database.
#
# Can be a file or a connection string.
path:
# PostgreSQL Connection string.
# Reference: http://www.postgresql.org/docs/9.4/static/libpq-connect.html
source:
# Number of elements to keep in the cache.
cacheSize: 16384
api:
# Port on which the main API and the health API will listen on.
port: 6060
Expand Down

0 comments on commit fd6fdbd

Please sign in to comment.