Set the tickets and docs folder to None as we won't use them
This commit is contained in:
parent
abfb679f05
commit
4c1700065b
1 changed files with 4 additions and 2 deletions
|
@ -86,13 +86,15 @@ WEBHOOK = True
|
||||||
GIT_FOLDER = '/srv/git/repositories'
|
GIT_FOLDER = '/srv/git/repositories'
|
||||||
|
|
||||||
### Folder containing the docs repos
|
### Folder containing the docs repos
|
||||||
DOCS_FOLDER = '/srv/git/repositories/docs'
|
#DOCS_FOLDER = '/srv/git/repositories/docs'
|
||||||
|
DOCS_FOLDER = None
|
||||||
|
|
||||||
### Folder containing the pull-requests repos
|
### Folder containing the pull-requests repos
|
||||||
REQUESTS_FOLDER = '/srv/git/repositories/requests'
|
REQUESTS_FOLDER = '/srv/git/repositories/requests'
|
||||||
|
|
||||||
### Folder containing the tickets repos
|
### Folder containing the tickets repos
|
||||||
TICKETS_FOLDER = '/srv/git/repositories/tickets'
|
#TICKETS_FOLDER = '/srv/git/repositories/tickets'
|
||||||
|
TICKETS_FOLDER = None
|
||||||
|
|
||||||
### Folder containing the clones of the remotes git repo
|
### Folder containing the clones of the remotes git repo
|
||||||
REMOTE_GIT_FOLDER = '/srv/git/remotes'
|
REMOTE_GIT_FOLDER = '/srv/git/remotes'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue