brotherton-erpnext/test_sites/test_site/site_config.json

12 lines
318 B
JSON
Raw Normal View History

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",
"run_selenium_tests": 1,
"host_name": "http://localhost:8000",
"install_apps": ["erpnext"]
}