Adjust the pdc url in stg vs prod
This commit is contained in:
parent
e4a44181f7
commit
4c93ad1d0a
1 changed files with 4 additions and 0 deletions
|
@ -210,7 +210,11 @@ REQUIRED_GROUPS = {
|
|||
'rpms/*': ['packager'],
|
||||
}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1/'
|
||||
{% else %}
|
||||
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1/'
|
||||
{% endif %}
|
||||
|
||||
GITOLITE_BACKEND = 'distgit'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue