Add a pkgdb url

This commit is contained in:
Pierre-Yves Chibon 2016-07-27 16:23:09 +02:00
parent 499a4b49af
commit 47a9afe44c

View file

@ -11,6 +11,8 @@ PLUS_PLUS_TOKEN = '{{ plus_plus_service_token }}'
{% if env == 'staging' %}
FAS_URL = 'https://admin.stg.fedoraproject.org/accounts/'
PKGDB_URL = 'https://admin.stg.fedoraproject.org/pkgdb/'
{% else %}
FAS_URL = 'https://admin.fedoraproject.org/accounts/'
PKGDB_URL = 'https://admin.fedoraproject.org/pkgdb/'
{% endif %}