* feat: mysqlclient * fix: update error attrs * fix: decode mogrified query to unicode * fix: do some cleanup * chore: disable cleanup for now * fix: remove unnecessary call to as_unicode * test: skip perf test for now * fix: fallback to empty str * fix: unbuffered cursor support * fix: update converters and other changes * fix: add cleanup back * perf: improve timedelta converter * fix: dont attempt to run query when explain flag is set * test: cleanup tests * chore: remove commented code * perf: store conf as local var * chore: ensure sequence --------- Co-authored-by: Ankush Menat <ankush@frappe.io>
20 lines
486 B
JSON
20 lines
486 B
JSON
{
|
|
"db_host": "127.0.0.1",
|
|
"db_port": 3306,
|
|
"db_name": "test_frappe",
|
|
"db_password": "test_frappe",
|
|
"allow_tests": true,
|
|
"db_type": "mariadb",
|
|
"auto_email_id": "test@example.com",
|
|
"mail_server": "localhost",
|
|
"mail_port": 2525,
|
|
"mail_login": "test@example.com",
|
|
"mail_password": "test",
|
|
"admin_password": "admin",
|
|
"root_login": "root",
|
|
"root_password": "db_root",
|
|
"host_name": "http://test_site:8000",
|
|
"use_mysqlclient": 1,
|
|
"monitor": 1,
|
|
"server_script_enabled": true
|
|
}
|