bfc195dd8b
* Remove quotes from sql to make it compatible with postgres as well * Fix queries - Replace mysql specifc queries with standard ones * Make repo URL chages to test pg-poc * Add root passowrd to test site config * Fix quotes issue * Remove debug flag from a pricing rule query * Remove python 3.6 version from travis.yml * Fix improper query issue * Fix incorrect query * Fix a query - This fix need to be changed when we will start supporting postgres since date_format is not supported by postgres * Get price list map as dict * Convert price_list_currency_map to dict
13 lines
346 B
JSON
13 lines
346 B
JSON
{
|
|
"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",
|
|
"run_selenium_tests": 1,
|
|
"root_password": "travis",
|
|
"host_name": "http://localhost:8000",
|
|
"install_apps": ["erpnext"]
|
|
} |