Updated limits
Updated limits from following link https://frappe.github.io/frappe/user/en/bench/guides/settings-limits
This commit is contained in:
parent
a115df59dc
commit
e297dcd9c1
1 changed files with 7 additions and 0 deletions
|
|
@ -2,6 +2,13 @@
|
|||
"db_name": "testdb",
|
||||
"db_password": "password",
|
||||
"mute_emails": true,
|
||||
|
||||
"limits": {
|
||||
"emails": 1500,
|
||||
"space": 0.157,
|
||||
"expiry": "2016-07-25",
|
||||
"users": 1
|
||||
}
|
||||
|
||||
"developer_mode": 1,
|
||||
"auto_cache_clear": true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue