Add the datagrepper information to pagure config
This commit is contained in:
parent
576811dd98
commit
d35500929e
1 changed files with 8 additions and 0 deletions
|
@ -43,6 +43,14 @@ APP_URL = 'https://pagure.io/'
|
||||||
DOC_APP_URL = 'https://docs.pagure.org'
|
DOC_APP_URL = 'https://docs.pagure.org'
|
||||||
{% endif %}
|
{% 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.
|
### The URL to use to clone git repositories.
|
||||||
{% if env == 'pagure-staging' %}
|
{% if env == 'pagure-staging' %}
|
||||||
GIT_URL_SSH = 'ssh://git@stg.pagure.io/'
|
GIT_URL_SSH = 'ssh://git@stg.pagure.io/'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue