From b5c56f6cea6441ce0b88a5e01cb3ec6107ade15c Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Mon, 27 Oct 2014 09:41:25 +0530 Subject: [PATCH] [minor] add port to test site --- test_sites/test_site/site_config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/test_sites/test_site/site_config.json b/test_sites/test_site/site_config.json index 12007b87ec..1b388a0856 100644 --- a/test_sites/test_site/site_config.json +++ b/test_sites/test_site/site_config.json @@ -2,5 +2,6 @@ "db_name": "test_frappe", "db_password": "test_frappe", "admin_password": "admin", + "host_name": "http://localhost:8888", "mute_emails": 1 }