Add a pkgdb url
This commit is contained in:
parent
499a4b49af
commit
47a9afe44c
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue