Updating config.py.example
This commit is contained in:
@@ -11,7 +11,7 @@ class Config(object):
|
|||||||
|
|
||||||
|
|
||||||
class Development(Config):
|
class Development(Config):
|
||||||
FILE_STORAGE = '{0}/application/static/storage'.format(
|
STORAGE_DIR = '{0}/application/static/storage'.format(
|
||||||
os.path.join(os.path.dirname(__file__)))
|
os.path.join(os.path.dirname(__file__)))
|
||||||
SHARED_DIR = '/storage/shared'
|
SHARED_DIR = '/storage/shared'
|
||||||
PORT = 5000
|
PORT = 5000
|
||||||
|
Reference in New Issue
Block a user