Fix the GIT_URL for the new pagure version

This commit is contained in:
Pierre-Yves Chibon 2015-08-05 16:28:00 +02:00
parent dc5aa255f7
commit 74fab3b93b

View file

@ -48,8 +48,8 @@ DOC_APP_URL = 'https://docs.pagure.org'
GIT_URL_SSH = 'ssh://git@stg.pagure.io/'
GIT_URL_GIT = 'https://stg.pagure.io/'
{% else %}
GIT_URL_SSH = 'git@pagure.io'
GIT_URL_GIT = 'https://pagure.io'
GIT_URL_SSH = 'ssh://git@pagure.io/'
GIT_URL_GIT = 'https://pagure.io/'
{% endif %}
### The IP addresses allowed for the internal endpoints