The dev.py script will now also start coffee in watch mode to automatically compile coffee files during development

This commit is contained in:
Fotis Gimian
2015-05-10 17:17:19 +10:00
parent 002006b177
commit 97e0fb0015
2 changed files with 19 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ PUPPETDB_CERT = None
PUPPETDB_TIMEOUT = 20
DEV_LISTEN_HOST = '127.0.0.1'
DEV_LISTEN_PORT = 5000
DEV_COFFEE_LOCATION = 'coffee'
UNRESPONSIVE_HOURS = 2
ENABLE_QUERY = True
LOCALISE_TIMESTAMP = True