seitime-frappe/test_sites/test_site_postgres/site_config.json
mathieu.brunot a6333c7763
💚 Set db_host in CI test site config
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-06-14 23:51:31 +02:00

15 lines
402 B
JSON

{
"db_host": "localhost",
"db_name": "test_frappe",
"db_password": "test_frappe",
"db_type": "postgres",
"auto_email_id": "test@example.com",
"mail_server": "smtp.example.com",
"mail_login": "test@example.com",
"mail_password": "test",
"admin_password": "admin",
"root_login": "postgres",
"root_password": "travis",
"run_selenium_tests": 1,
"host_name": "http://test_site_postgres:8000"
}