blob: 60ef80cbad59ae517f3f29c04645406781d54370 [file] [log] [blame]
Nabin Haitb6de5192015-11-16 15:35:09 +05301{
Mohammad Hasnain Mohsin Rajan0f60f082021-03-12 14:09:52 +05302 "db_host": "127.0.0.1",
3 "db_port": 3306,
Nabin Haitb6de5192015-11-16 15:35:09 +05304 "db_name": "test_frappe",
5 "db_password": "test_frappe",
6 "auto_email_id": "test@example.com",
7 "mail_server": "smtp.example.com",
8 "mail_login": "test@example.com",
9 "mail_password": "test",
10 "admin_password": "admin",
Aditya Hase7c44ada2019-07-25 21:25:53 +053011 "root_login": "root",
Suraj Shettybfc195d2018-09-21 10:20:52 +053012 "root_password": "travis",
Aditya Hasee2b16e32019-07-25 21:18:05 +053013 "host_name": "http://test_site:8000",
Afshanccf5dc62020-12-01 09:11:05 +053014 "install_apps": ["erpnext"],
15 "throttle_user_limit": 100
Nabin Haitb6de5192015-11-16 15:35:09 +053016}