Updating config.py.example

This commit is contained in:
2015-10-08 14:41:26 +02:00
parent af06a67d58
commit 19500f6a80

View File

@@ -11,7 +11,7 @@ class Config(object):
class Development(Config):
FILE_STORAGE = '{0}/application/static/storage'.format(
STORAGE_DIR = '{0}/application/static/storage'.format(
os.path.join(os.path.dirname(__file__)))
SHARED_DIR = '/storage/shared'
PORT = 5000