puppetboard/default_settings.py: Reverting PUPPETDB_HOST change from #187 (#260)

This change is only useful for Docker image building, but for officially
supported packages in PIP this change will cause unnecessary breakage to
existing users. We will have to implement a different approach for configuring
settings in Docker images.

Adding a note to README.rst indicating that an officially supported Docker
image is planned.
This commit is contained in:
Corey Hammerton
2016-06-23 21:00:34 -04:00
committed by GitHub
parent dfaf6daec1
commit 831c8bfaae
2 changed files with 8 additions and 1 deletions

View File

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