Revision b2832c6a pithos/settings.py.dist

b/pithos/settings.py.dist
157 157
# to be this many hours after their creation time.
158 158
AUTH_TOKEN_DURATION = 30 * 24
159 159

  
160
# Default quota for new users.
161
DEFAULT_QUOTA = 10 * 1024 * 1024 * 1024
160
# Default setting for new accounts.
161
DEFAULT_QUOTA = 50 * 1024 * 1024 * 1024
162
DEFAULT_VERSIONING = 'auto'
162 163

  
163 164
# Show these many users per page in admin interface.
164 165
ADMIN_PAGE_LIMIT = 100

Also available in: Unified diff