Files
puppetboard/puppetboard/default_settings.py
Daniele Sluijters 795d243e9d We now require PuppetDB 1.5 / API v3.
PUPPETDB_API is no longer configurable since we're now using features
that are v3 only. Limiting ourselves to v2 compatibility is far too
troublesome and people tend to update to newer versions of PuppetDB
fairly quickly.
2013-10-28 17:08:40 +01:00

12 lines
225 B
Python

PUPPETDB_HOST='localhost'
PUPPETDB_PORT=8080
PUPPETDB_SSL=False
PUPPETDB_KEY=None
PUPPETDB_CERT=None
PUPPETDB_TIMEOUT=20
DEV_LISTEN_HOST='127.0.0.1'
DEV_LISTEN_PORT=5000
UNRESPONSIVE_HOURS=2
ENABLE_QUERY=True
LOGLEVEL='info'