13 lines
321 B
JSON
13 lines
321 B
JSON
{
|
|
"db_name": "test_frappe",
|
|
"db_type": "sqlite",
|
|
"allow_tests": true,
|
|
"auto_email_id": "test@example.com",
|
|
"mail_server": "localhost",
|
|
"mail_port": 2525,
|
|
"mail_login": "test@example.com",
|
|
"mail_password": "test",
|
|
"admin_password": "admin",
|
|
"host_name": "http://test_site:8000",
|
|
"server_script_enabled": true
|
|
}
|