separate downloads and personal stash

This commit is contained in:
Bryan Bailey
2019-11-07 12:17:38 -05:00
parent fbcf6769ce
commit bbe2d7a8f7
5 changed files with 25 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ class Config(object):
'sqlite:///' + os.path.join(basedir, 'app.db')
UPLOAD_FOLDER = os.path.join(basedir, 'app/static/uploads')
STASH_FOLDER = os.path.join(UPLOAD_FOLDER, 'stash')
DOWNLOAD_FOLDER = os.path.join(basedir, 'app/static/download')
CLOUD_PLATFORM = 'aws'
@staticmethod