Add the missing UPLOAD_FOLDER

This commit is contained in:
Pierre-Yves Chibon 2015-06-05 13:46:17 +02:00
parent dc5f214a9a
commit dd7253c6ff

View file

@ -76,6 +76,7 @@ TICKETS_FOLDER = '/srv/git/repositories/tickets'
GITOLITE_CONFIG = '/srv/git/.gitolite/conf/gitolite.conf'
### Path of the release folder
UPLOAD_FOLDER = 'releases/'
UPLOAD_FOLDER_PATH = '/var/www/' + UPLOAD_FOLDER