add auto email id to test site

This commit is contained in:
Pratik Vyas 2015-01-01 16:03:58 +05:30
parent 2a47eeb872
commit ca012eb1f8

View File

@ -2,6 +2,7 @@
"db_name": "test_frappe", "db_name": "test_frappe",
"db_password": "test_frappe", "db_password": "test_frappe",
"admin_password": "admin", "admin_password": "admin",
"auto_email_id": "admin@example.com",
"host_name": "http://localhost:8888", "host_name": "http://localhost:8888",
"mute_emails": 1 "mute_emails": 1
} }