commit | aacb0a702e60588cb550c7009c4b1e6f499026a3 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Fri Feb 06 16:55:41 2015 +0530 |
committer | Pratik Vyas <m@pd.io> | Fri Feb 06 16:55:41 2015 +0530 |
tree | ae9be8a3c606b3a2b9f1df6cdeed3d982e9fdca5 | |
parent | f3a9d788bf4b5fefddaff68570ce4e0b5d05640f [diff] |
Add auto email id in test site_config.json
diff --git a/test_sites/test_site/site_config.json b/test_sites/test_site/site_config.json index 1b388a0..a94f27c 100644 --- a/test_sites/test_site/site_config.json +++ b/test_sites/test_site/site_config.json
@@ -3,5 +3,6 @@ "db_password": "test_frappe", "admin_password": "admin", "host_name": "http://localhost:8888", + "auto_email_id": "admin@example.com", "mute_emails": 1 }