diff --git a/progit/default_config.py b/progit/default_config.py index d461031..25b34b9 100644 --- a/progit/default_config.py +++ b/progit/default_config.py @@ -23,7 +23,10 @@ ADMIN_GROUP = 'progit_admin' EMAIL_ERROR = 'pingou@pingoured.fr' # The URL at which the project is available. -APP_URL = 'https://apps.fedoraproject.org/progit/' +APP_URL = 'https://fedorahosted.org/progit/' + +# The URL to use to clone the git repositories. +GIT_URL = 'git@progit.fedorahosted.org' # Number of items displayed per page ITEM_PER_PAGE = 50