mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +00:00
refactor: make payments app a soft dependency (#33245)
refactor: make payment app a soft dependency
(cherry picked from commit 0b86b1baca)
Co-authored-by: Ankush Menat <ankush@frappe.io>
17 lines
428 B
JSON
17 lines
428 B
JSON
{
|
|
"db_host": "127.0.0.1",
|
|
"db_port": 3306,
|
|
"db_name": "test_frappe",
|
|
"db_password": "test_frappe",
|
|
"auto_email_id": "test@example.com",
|
|
"mail_server": "smtp.example.com",
|
|
"mail_login": "test@example.com",
|
|
"mail_password": "test",
|
|
"admin_password": "admin",
|
|
"root_login": "root",
|
|
"root_password": "travis",
|
|
"host_name": "http://test_site:8000",
|
|
"install_apps": ["payments", "erpnext"],
|
|
"throttle_user_limit": 100
|
|
}
|