seitime-frappe/.github/helper/db/sqlite.json
Akhil Narang 2b92073aa7
chore: setup sqlite tests, drop postgres CI
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-04-15 13:59:17 +05:30

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
}