mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-24 10:43:16 +08:00
Add some config settings from the dev instance.
This commit is contained in:
@@ -72,6 +72,9 @@ class DevConfiguration(BaseConfiguration):
|
|||||||
#FAS_PASSWORD = os.environ('FAS_PASSWORD') # you could store it here
|
#FAS_PASSWORD = os.environ('FAS_PASSWORD') # you could store it here
|
||||||
#FAS_PASSWORD = commands.getoutput('pass your_fas_password').strip()
|
#FAS_PASSWORD = commands.getoutput('pass your_fas_password').strip()
|
||||||
|
|
||||||
|
LOG_LEVEL = 'debug'
|
||||||
|
KOJI_ARCHES = ['x86_64']
|
||||||
|
|
||||||
class TestConfiguration(BaseConfiguration):
|
class TestConfiguration(BaseConfiguration):
|
||||||
LOG_BACKEND = 'console'
|
LOG_BACKEND = 'console'
|
||||||
LOG_LEVEL = 'debug'
|
LOG_LEVEL = 'debug'
|
||||||
@@ -82,3 +85,6 @@ class TestConfiguration(BaseConfiguration):
|
|||||||
class ProdConfiguration(BaseConfiguration):
|
class ProdConfiguration(BaseConfiguration):
|
||||||
FAS_USERNAME = 'TODO'
|
FAS_USERNAME = 'TODO'
|
||||||
#FAS_PASSWORD = 'another password'
|
#FAS_PASSWORD = 'another password'
|
||||||
|
|
||||||
|
LOG_LEVEL = 'info'
|
||||||
|
KOJI_ARCHES = ['x86_64']
|
||||||
|
|||||||
Reference in New Issue
Block a user