diff --git a/config.py b/config.py index 283b7d7c..ac88a3d2 100644 --- a/config.py +++ b/config.py @@ -112,6 +112,9 @@ class TestConfiguration(BaseConfiguration): NET_TIMEOUT = 5 NET_RETRY_INTERVAL = 1 + KOJI_PROFILE = 'staging' + KOJI_REPOSITORY_URL = 'https://kojipkgs.stg.fedoraproject.org/repos' + class ProdConfiguration(BaseConfiguration): FAS_USERNAME = 'TODO'