2015-11-16 10:05:09 +00:00
|
|
|
{
|
|
|
|
"db_name": "test_frappe",
|
|
|
|
"db_password": "test_frappe",
|
|
|
|
"auto_email_id": "test@example.com",
|
|
|
|
"mail_server": "smtp.example.com",
|
|
|
|
"mail_login": "test@example.com",
|
|
|
|
"mail_password": "test",
|
|
|
|
"admin_password": "admin",
|
2018-09-21 04:50:52 +00:00
|
|
|
"root_password": "travis",
|
2019-07-25 15:48:05 +00:00
|
|
|
"host_name": "http://test_site:8000",
|
2015-11-16 10:05:09 +00:00
|
|
|
"install_apps": ["erpnext"]
|
|
|
|
}
|