Initial client
This commit is contained in:
5
webservice/bam/config.py.example.py
Normal file
5
webservice/bam/config.py.example.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class Config(object):
|
||||
DEBUG=True
|
||||
|
||||
class Development(Config):
|
||||
STORAGE_PATH='/Volumes/PROJECTS/storage'
|
Reference in New Issue
Block a user