* ci: make gh actions downstream reusable * refactor: merge ci helper into run-parallel-test command * ci: refactor to sensible db password
18 lines
No EOL
452 B
JSON
18 lines
No EOL
452 B
JSON
{
|
|
"db_host": "127.0.0.1",
|
|
"db_port": 5432,
|
|
"db_name": "test_frappe",
|
|
"db_password": "test_frappe",
|
|
"db_type": "postgres",
|
|
"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",
|
|
"root_login": "postgres",
|
|
"root_password": "db_root",
|
|
"host_name": "http://test_site:8000",
|
|
"server_script_enabled": true
|
|
} |