Revision 5d56107c pithos/settings.d/10-backend.conf

b/pithos/settings.d/10-backend.conf
13 13
# Block storage.
14 14
BACKEND_BLOCK_MODULE = 'pithos.backends.lib.hashfiler'
15 15
BACKEND_BLOCK_PATH = join(PROJECT_PATH, 'data/')
16

  
17
# Default setting for new accounts.
18
DEFAULT_QUOTA = 50 * 1024 * 1024 * 1024
19
DEFAULT_VERSIONING = 'auto'

Also available in: Unified diff