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:
Raphaël Pinson
2016-06-24 02:52:11 +02:00
committed by Corey Hammerton
parent da044271ee
commit dfaf6daec1
3 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import os
PUPPETDB_HOST = 'localhost'
PUPPETDB_HOST = 'puppetdb'
PUPPETDB_PORT = 8080
PUPPETDB_SSL_VERIFY = True
PUPPETDB_KEY = None