From 2290299a43b17256f2aa9afcfca1698975b434e2 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 30 May 2017 16:45:27 -0600 Subject: [PATCH] Change default Portal API/home location --- settings.template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.template.php b/settings.template.php index 992ceb8..d1a86cd 100644 --- a/settings.template.php +++ b/settings.template.php @@ -26,9 +26,9 @@ define("ICON_POSITION", "menu"); define("MENU_BAR_STYLE", "fixed"); // URL of the Business Portal API endpoint -define("PORTAL_API", "http://localhost/api.php"); +define("PORTAL_API", "http://localhost/portal/api.php"); // URL of the Portal home page -define("PORTAL_URL", "http://localhost/home.php"); +define("PORTAL_URL", "http://localhost/portal/home.php"); // Business Portal API Key define("PORTAL_KEY", "123");