13 lines
319 B
JSON
Raw Normal View History

2013-12-24 12:17:59 +05:30
{
"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",
"run_selenium_tests": 1,
"host_name": "http://localhost:8000",
2015-02-25 17:32:22 +05:30
"install_apps": ["erpnext"]
2013-12-24 12:17:59 +05:30
}