Undo most of that based on PR review.

This commit is contained in:
Ralph Bean
2016-10-19 09:09:31 -04:00
parent b92fdb799f
commit 90990c319c

View File

@@ -72,7 +72,6 @@ class DevConfiguration(BaseConfiguration):
#FAS_PASSWORD = os.environ('FAS_PASSWORD') # you could store it here
#FAS_PASSWORD = commands.getoutput('pass your_fas_password').strip()
LOG_LEVEL = 'debug'
KOJI_ARCHES = ['x86_64']
class TestConfiguration(BaseConfiguration):
@@ -85,6 +84,3 @@ class TestConfiguration(BaseConfiguration):
class ProdConfiguration(BaseConfiguration):
FAS_USERNAME = 'TODO'
#FAS_PASSWORD = 'another password'
LOG_LEVEL = 'info'
KOJI_ARCHES = ['x86_64']