From 646dbeb5f372795ada8dcd335ed2cc7988cc4383 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Fri, 21 Jul 2017 02:20:56 -0600 Subject: [PATCH] Change some settings defaults --- settings.template.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/settings.template.php b/settings.template.php index 7c22fb8..25aba92 100644 --- a/settings.template.php +++ b/settings.template.php @@ -57,7 +57,7 @@ define("TIMEZONE", "America/Denver"); define("MOBILE_ENABLED", TRUE); // Base URL for site links. -define('URL', 'http://localhost/'); +define('URL', 'http://localhost/accounthub'); // Use reCAPTCHA on login screen // https://www.google.com/recaptcha/ @@ -80,6 +80,12 @@ define('LANGUAGE', "en_us"); // List of available applications, icons, and other info. // Used in the mobile app and in the "dock" in AccountHub. define('EXTERNAL_APPS', [ + "accounthub" => [ + "url" => "http://localhost/accounthub", + "mobileapi" => "/mobile/index.php", + "icon" => "/static/img/logo.svg", + "title" => SITE_TITLE + ], "taskfloor" => [ "url" => "http://localhost/taskfloor", "mobileapi" => "/mobile/index.php", @@ -92,11 +98,11 @@ define('EXTERNAL_APPS', [ "icon" => "/static/img/logo.svg", "title" => "QwikClock" ], - "inventory" => [ + "binstack" => [ "url" => "http://localhost/inventory", "mobileapi" => "/mobile/index.php", "icon" => "/static/img/logo.svg", - "title" => "Inventory" + "title" => "BinStack" ], "managepanel" => [ "url" => "http://localhost/managepanel",