Fix the GIT_URL for the new pagure version
This commit is contained in:
parent
dc5aa255f7
commit
74fab3b93b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue