diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index c0c7101675..a79d69714a 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -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