Nabin Hait | b6de519 | 2015-11-16 15:35:09 +0530 | [diff] [blame] | 1 | { |
| 2 | "db_name": "test_frappe", |
| 3 | "db_password": "test_frappe", |
| 4 | "auto_email_id": "test@example.com", |
| 5 | "mail_server": "smtp.example.com", |
| 6 | "mail_login": "test@example.com", |
| 7 | "mail_password": "test", |
| 8 | "admin_password": "admin", |
Aditya Hase | 7c44ada | 2019-07-25 21:25:53 +0530 | [diff] [blame] | 9 | "root_login": "root", |
Suraj Shetty | bfc195d | 2018-09-21 10:20:52 +0530 | [diff] [blame] | 10 | "root_password": "travis", |
Aditya Hase | e2b16e3 | 2019-07-25 21:18:05 +0530 | [diff] [blame] | 11 | "host_name": "http://test_site:8000", |
Nabin Hait | b6de519 | 2015-11-16 15:35:09 +0530 | [diff] [blame] | 12 | "install_apps": ["erpnext"] |
| 13 | } |