commit | ca012eb1f89148b1223edd15e8f665d71fdd31ab | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Thu Jan 01 16:03:58 2015 +0530 |
committer | Pratik Vyas <m@pd.io> | Thu Jan 01 16:03:58 2015 +0530 |
tree | 9d34406f1179b25f85d7e92ae826788bce809eec | |
parent | 2a47eeb872119769cffd93b30f767d599a495dd6 [diff] |
add auto email id to test site
diff --git a/test_sites/test_site/site_config.json b/test_sites/test_site/site_config.json index 1b388a0..3170bfb 100644 --- a/test_sites/test_site/site_config.json +++ b/test_sites/test_site/site_config.json
@@ -2,6 +2,7 @@ "db_name": "test_frappe", "db_password": "test_frappe", "admin_password": "admin", + "auto_email_id": "admin@example.com", "host_name": "http://localhost:8888", "mute_emails": 1 }