forked from Business/BinStack
Change default Portal API/home location
This commit is contained in:
parent
e6d47cd35d
commit
2290299a43
@ -26,9 +26,9 @@ define("ICON_POSITION", "menu");
|
|||||||
define("MENU_BAR_STYLE", "fixed");
|
define("MENU_BAR_STYLE", "fixed");
|
||||||
|
|
||||||
// URL of the Business Portal API endpoint
|
// 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
|
// 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
|
// Business Portal API Key
|
||||||
define("PORTAL_KEY", "123");
|
define("PORTAL_KEY", "123");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user