One more adjustment for pagure-stg
This commit is contained in:
parent
bfd3eba918
commit
41db3ed818
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue