Add pseudo folder

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-11-22 18:03:42 +00:00
parent 296960cce7
commit 6bfee783de

View file

@ -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'