Change some settings defaults
This commit is contained in:
parent
e1f7aef629
commit
646dbeb5f3
@ -57,7 +57,7 @@ define("TIMEZONE", "America/Denver");
|
|||||||
define("MOBILE_ENABLED", TRUE);
|
define("MOBILE_ENABLED", TRUE);
|
||||||
|
|
||||||
// Base URL for site links.
|
// Base URL for site links.
|
||||||
define('URL', 'http://localhost/');
|
define('URL', 'http://localhost/accounthub');
|
||||||
|
|
||||||
// Use reCAPTCHA on login screen
|
// Use reCAPTCHA on login screen
|
||||||
// https://www.google.com/recaptcha/
|
// https://www.google.com/recaptcha/
|
||||||
@ -80,6 +80,12 @@ define('LANGUAGE', "en_us");
|
|||||||
// List of available applications, icons, and other info.
|
// List of available applications, icons, and other info.
|
||||||
// Used in the mobile app and in the "dock" in AccountHub.
|
// Used in the mobile app and in the "dock" in AccountHub.
|
||||||
define('EXTERNAL_APPS', [
|
define('EXTERNAL_APPS', [
|
||||||
|
"accounthub" => [
|
||||||
|
"url" => "http://localhost/accounthub",
|
||||||
|
"mobileapi" => "/mobile/index.php",
|
||||||
|
"icon" => "/static/img/logo.svg",
|
||||||
|
"title" => SITE_TITLE
|
||||||
|
],
|
||||||
"taskfloor" => [
|
"taskfloor" => [
|
||||||
"url" => "http://localhost/taskfloor",
|
"url" => "http://localhost/taskfloor",
|
||||||
"mobileapi" => "/mobile/index.php",
|
"mobileapi" => "/mobile/index.php",
|
||||||
@ -92,11 +98,11 @@ define('EXTERNAL_APPS', [
|
|||||||
"icon" => "/static/img/logo.svg",
|
"icon" => "/static/img/logo.svg",
|
||||||
"title" => "QwikClock"
|
"title" => "QwikClock"
|
||||||
],
|
],
|
||||||
"inventory" => [
|
"binstack" => [
|
||||||
"url" => "http://localhost/inventory",
|
"url" => "http://localhost/inventory",
|
||||||
"mobileapi" => "/mobile/index.php",
|
"mobileapi" => "/mobile/index.php",
|
||||||
"icon" => "/static/img/logo.svg",
|
"icon" => "/static/img/logo.svg",
|
||||||
"title" => "Inventory"
|
"title" => "BinStack"
|
||||||
],
|
],
|
||||||
"managepanel" => [
|
"managepanel" => [
|
||||||
"url" => "http://localhost/managepanel",
|
"url" => "http://localhost/managepanel",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user