2015-11-16 15:35:09 +05:30
|
|
|
{
|
2021-03-12 14:09:52 +05:30
|
|
|
"db_host": "127.0.0.1",
|
|
|
|
"db_port": 3306,
|
2015-11-16 15:35:09 +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",
|
2019-07-25 21:25:53 +05:30
|
|
|
"root_login": "root",
|
2018-09-21 10:20:52 +05:30
|
|
|
"root_password": "travis",
|
2019-07-25 21:18:05 +05:30
|
|
|
"host_name": "http://test_site:8000",
|
2020-12-01 09:11:05 +05:30
|
|
|
"install_apps": ["erpnext"],
|
|
|
|
"throttle_user_limit": 100
|
2015-11-16 15:35:09 +05:30
|
|
|
}
|