Browse Source

Update app_config.php

FusionPBX 8 years ago
parent
commit
d50846e7f6
1 changed files with 17 additions and 1 deletions
  1. 17 1
      core/default_settings/app_config.php

+ 17 - 1
core/default_settings/app_config.php

@@ -460,6 +460,22 @@
 		$apps[$x]['default_settings'][$y]['default_setting_value'] = "call_center_agents";
 		$apps[$x]['default_settings'][$y]['default_setting_value'] = "call_center_agents";
 		$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
 		$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
 		$apps[$x]['default_settings'][$y]['default_setting_description'] = "Enable Dashboard Call Center Agent Status block for users in the agent group.";
 		$apps[$x]['default_settings'][$y]['default_setting_description'] = "Enable Dashboard Call Center Agent Status block for users in the agent group.";
+		$y++;
+		$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "85d79c4e-4689-4d8e-b87d-5edd5b1574b1";
+		$apps[$x]['default_settings'][$y]['default_setting_category'] = "cache";
+		$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "method";
+		$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
+		$apps[$x]['default_settings'][$y]['default_setting_value'] = "memcache";
+		$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
+		$apps[$x]['default_settings'][$y]['default_setting_description'] = "Cache methods file and memcache.";
+		$y++;
+		$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "7b644bfb-124f-4212-9541-1ca564be9d79";
+		$apps[$x]['default_settings'][$y]['default_setting_category'] = "cache";
+		$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "location";
+		$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
+		$apps[$x]['default_settings'][$y]['default_setting_value'] = "/tmp";
+		$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
+		$apps[$x]['default_settings'][$y]['default_setting_description'] = "Location for the file cache.";
 
 
 	//schema details
 	//schema details
 		$y=0;
 		$y=0;
@@ -553,4 +569,4 @@
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "The calling code.";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "The calling code.";
 
 
-?>
+?>