Add wsgi.py and Dockerfile (#187)
* Add a sample wsgi.py * Add a sample Dockerfile making use of wsgi.py * Use 'puppetdb' as default location for PUPPETDB_HOST
This commit is contained in:
committed by
Corey Hammerton
parent
da044271ee
commit
dfaf6daec1
@@ -1,6 +1,6 @@
|
||||
import os
|
||||
|
||||
PUPPETDB_HOST = 'localhost'
|
||||
PUPPETDB_HOST = 'puppetdb'
|
||||
PUPPETDB_PORT = 8080
|
||||
PUPPETDB_SSL_VERIFY = True
|
||||
PUPPETDB_KEY = None
|
||||
|
||||
Reference in New Issue
Block a user