use static set
This commit is contained in:
7
webservice/bam/config.py.example
Normal file
7
webservice/bam/config.py.example
Normal file
@@ -0,0 +1,7 @@
|
||||
class Config(object):
|
||||
DEBUG=True
|
||||
|
||||
class Development(Config):
|
||||
STORAGE_PATH='/Volumes/PROJECTS/storage'
|
||||
UPLOAD_FOLDER = '/Volumes/PROJECTS/storage_staging'
|
||||
ALLOWED_EXTENSIONS = {'txt', 'mp4', 'png', 'jpg', 'jpeg', 'gif', 'blend', 'zip'}
|
Reference in New Issue
Block a user