witten
/
luminotes
Archived
1
0
Fork 0

config/Desktop.py now overrides the rate plans with its own plan that includes no storage quota.

This commit is contained in:
Dan Helfman 2008-08-18 18:01:50 -07:00
parent ef83061d12
commit 293a2eedab
1 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,18 @@ settings = {
"server.log_to_screen": True,
"luminotes.launch_browser": True,
"luminotes.db_host": None, # use local SQLite database
"luminotes.rate_plans": [
{
"name": "desktop",
"designed_for": "individuals",
"storage_quota_bytes": None, # None indicates that there is no storage quota
"included_users": 1,
"notebook_collaboration": False,
"user_admin": False,
"fee": None,
"yearly_fee": None,
},
],
},
"/static": {
"static_filter.on": True,