diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index b35c53a25a..7e00d8cfe4 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -93,6 +93,8 @@ WEBHOOK = True ### Folder containing to the git repos GIT_FOLDER = '/srv/git/repositories' +REPOSPANNER_PSEUDO_FOLDER = '/srv/git/pseudo' + ### Folder containing the forks repos FORK_FOLDER = '/srv/git/repositories/forks'