One more adjustment for pagure-stg

This commit is contained in:
Pierre-Yves Chibon 2015-05-13 17:19:49 +02:00
parent bfd3eba918
commit 41db3ed818

View file

@ -39,8 +39,13 @@ APP_URL = 'https://pagure.io/'
{% endif %}
### The URL to use to clone git repositories.
{% if env == 'pagure-staging' %}
GIT_URL_SSH = 'git@stg.pagure.io'
GIT_URL_GIT = 'git://stg.pagure.io'
{% else %}
GIT_URL_SSH = 'git@pagure.io'
GIT_URL_GIT = 'git://pagure.io'
{% endif %}
### Folder containing to the git repos
GIT_FOLDER = '/srv/git/repositories'