Add the datagrepper information to pagure config

This commit is contained in:
Pierre-Yves Chibon 2015-11-20 09:47:02 +01:00
parent 576811dd98
commit d35500929e

View file

@ -43,6 +43,14 @@ APP_URL = 'https://pagure.io/'
DOC_APP_URL = 'https://docs.pagure.org'
{% endif %}
### Datagrepper info for the user profile
{% if env == 'pagure-staging' %}
DATAGREPPER_URL = 'https://apps.stg.fedoraproject.org/datagrepper'
{% else %}
DATAGREPPER_URL = 'https://apps.fedoraproject.org/datagrepper'
{% endif %}
DATAGREPPER_CATEGORY = 'pagure'
### The URL to use to clone git repositories.
{% if env == 'pagure-staging' %}
GIT_URL_SSH = 'ssh://git@stg.pagure.io/'