2015-11-16 10:05:09 +00:00
|
|
|
{
|
2021-03-12 08:39:52 +00:00
|
|
|
"db_host": "127.0.0.1",
|
|
|
|
"db_port": 3306,
|
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",
|
2019-07-25 15:55:53 +00:00
|
|
|
"root_login": "root",
|
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",
|
2020-12-01 03:41:05 +00:00
|
|
|
"install_apps": ["erpnext"],
|
|
|
|
"throttle_user_limit": 100
|
2022-01-02 18:03:10 +00:00
|
|
|
}
|