Update settings template for Portal->AccountHub branding

This commit is contained in:
Skylar Ittner 2017-07-21 00:59:34 -06:00
parent 54063e63cd
commit 9fb1475a95

View File

@ -28,9 +28,9 @@ define("ICON_POSITION", "menu");
define("MENU_BAR_STYLE", "fixed");
// URL of the Business Portal API endpoint
define("PORTAL_API", "http://localhost/portal/api.php");
define("PORTAL_API", "http://localhost/accounthub/api.php");
// URL of the Portal home page
define("PORTAL_URL", "http://localhost/portal/home.php");
define("PORTAL_URL", "http://localhost/accounthub/home.php");
// Business Portal API Key
define("PORTAL_KEY", "123");