Use https for anonymous cloning instead of git://

This commit is contained in:
Pierre-Yves Chibon 2015-05-21 11:30:52 +02:00
parent 2d8c1e06e8
commit b59c87e699

View file

@ -44,10 +44,10 @@ APP_URL = 'https://pagure.io/'
### 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 = 'git@stg.pagure.io' GIT_URL_SSH = 'git@stg.pagure.io'
GIT_URL_GIT = 'git://stg.pagure.io' GIT_URL_GIT = 'https://stg.pagure.io'
{% else %} {% else %}
GIT_URL_SSH = 'git@pagure.io' GIT_URL_SSH = 'git@pagure.io'
GIT_URL_GIT = 'git://pagure.io' GIT_URL_GIT = 'https://pagure.io'
{% endif %} {% endif %}
### The IP addresses allowed for the internal endpoints ### The IP addresses allowed for the internal endpoints