浏览代码

Merge pull request #903 from pdvyas/fix-travis-email

[minor] add auto_mail_id to test_site site_config.json
version-14
Rushabh Mehta 10 年前
父节点
当前提交
aa4292666b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      test_sites/test_site/site_config.json

+ 1
- 0
test_sites/test_site/site_config.json 查看文件

@@ -2,5 +2,6 @@
"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": "test@example.com",
"mute_emails": 1 "mute_emails": 1
} }

正在加载...
取消
保存