Use https for anonymous cloning instead of git://
This commit is contained in:
parent
2d8c1e06e8
commit
b59c87e699
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue