]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config.php
Some configuration entries prefixed with 'node_'
[hub.git] / application / hub / config.php
index 8d69b82e4b3704ef0cf1adf57d3b3eead5f0588e..64c34f7458bd01286ebd69bcc457b292b8439af6 100644 (file)
@@ -225,50 +225,50 @@ $cfg->setConfigEntry('cruncher_shutdown_cruncher_filter', 'CruncherShutdownCrunc
 // CFG: NEWS-READER-CLASS
 $cfg->setConfigEntry('news_reader_class', 'ConsoleNewsReader');
 
-// CFG: ANNOUNCEMENT-TEMPLATE-CLASS
-$cfg->setConfigEntry('announcement_template_class', 'AnnouncementTemplateEngine');
+// CFG: NODE-ANNOUNCEMENT-TEMPLATE-CLASS
+$cfg->setConfigEntry('node_announcement_template_class', 'XmlAnnouncementTemplateEngine');
 
-// CFG: ANNOUNCEMENT-TEMPLATE-EXTENSION
-$cfg->setConfigEntry('announcement_template_extension', '.xml');
+// CFG: NODE-ANNOUNCEMENT-TEMPLATE-EXTENSION
+$cfg->setConfigEntry('node_announcement_template_extension', '.xml');
 
-// CFG: ANNOUNCEMENT-TEMPLATE-TYPE
-$cfg->setConfigEntry('announcement_template_type', 'xml/announcement');
+// CFG: NODE-ANNOUNCEMENT-TEMPLATE-TYPE
+$cfg->setConfigEntry('node_announcement_template_type', 'xml/announcement');
 
-// CFG: ANNOUNCEMENT-STACKER-CLASS
-$cfg->setConfigEntry('announcement_stacker_class', 'FiLoStacker');
+// CFG: NODE-ANNOUNCEMENT-STACKER-CLASS
+$cfg->setConfigEntry('node_announcement_stacker_class', 'FiLoStacker');
 
-// CFG: SELF-CONNECT-TEMPLATE-CLASS
-$cfg->setConfigEntry('self_connect_template_class', 'SelfConnectTemplateEngine');
+// CFG: NODE-SELF-CONNECT-TEMPLATE-CLASS
+$cfg->setConfigEntry('node_self_connect_template_class', 'XmlSelfConnectTemplateEngine');
 
-// CFG: SELF-CONNECT-TEMPLATE-EXTENSION
-$cfg->setConfigEntry('self_connect_template_extension', '.xml');
+// CFG: NODE-SELF-CONNECT-TEMPLATE-EXTENSION
+$cfg->setConfigEntry('node_self_connect_template_extension', '.xml');
 
-// CFG: SELF-CONNECT-TEMPLATE-TYPE
-$cfg->setConfigEntry('self_connect_template_type', 'xml/self_connect');
+// CFG: NODE-SELF-CONNECT-TEMPLATE-TYPE
+$cfg->setConfigEntry('node_self_connect_template_type', 'xml/self_connect');
 
-// CFG: SELF-CONNECT-STACKER-CLASS
-$cfg->setConfigEntry('self_connect_stacker_class', 'FiLoStacker');
+// CFG: NODE-SELF-CONNECT-STACKER-CLASS
+$cfg->setConfigEntry('node_self_connect_stacker_class', 'FiLoStacker');
 
-// CFG: OBJECT-REGISTRY-TEMPLATE-CLASS
-$cfg->setConfigEntry('object_registry_template_class', 'ObjectRegistryTemplateEngine');
+// CFG: NODE-OBJECT-REGISTRY-TEMPLATE-CLASS
+$cfg->setConfigEntry('node_object_registry_template_class', 'XmlObjectRegistryTemplateEngine');
 
-// CFG: OBJECT-REGISTRY-TEMPLATE-EXTENSION
-$cfg->setConfigEntry('object_registry_template_extension', '.xml');
+// CFG: NODE-OBJECT-REGISTRY-TEMPLATE-EXTENSION
+$cfg->setConfigEntry('node_object_registry_template_extension', '.xml');
 
-// CFG: OBJECT-REGISTRY-TEMPLATE-TYPE
-$cfg->setConfigEntry('object_registry_template_type', 'xml/object_registry');
+// CFG: NODE-OBJECT-REGISTRY-TEMPLATE-TYPE
+$cfg->setConfigEntry('node_object_registry_template_type', 'xml/object_registry');
 
-// CFG: OBJECT-REGISTRY-STACKER-CLASS
-$cfg->setConfigEntry('object_registry_stacker_class', 'FiLoStacker');
+// CFG: NODE-OBJECT-REGISTRY-STACKER-CLASS
+$cfg->setConfigEntry('node_object_registry_stacker_class', 'FiLoStacker');
 
-// CFG: OBJECT-TYPE-REGISTRY-CLASS
-$cfg->setConfigEntry('object_type_registry_class', 'ObjectTypeRegistry');
+// CFG: NODE-OBJECT-TYPE-REGISTRY-CLASS
+$cfg->setConfigEntry('node_object_type_registry_class', 'ObjectTypeRegistry');
 
 // CFG: CODE-TEMPLATE-TYPE
 $cfg->setConfigEntry('code_template_type', 'xml');
 
 // CFG: PACKAGE-STACKER-CLASS
-$cfg->setConfigEntry('package_stacker_class', 'FiFoStacker');
+$cfg->setConfigEntry('network_package_stacker_class', 'FiFoStacker');
 
 // CFG: CRUNCHER-BUFFER-STACKER-CLASS
 $cfg->setConfigEntry('cruncher_buffer_stacker_class', 'FiFoStacker');
@@ -510,11 +510,17 @@ $cfg->setConfigEntry('external_ip', '');
 // CFG: PACKAGE-FRAGMENTER-CLASS
 $cfg->setConfigEntry('package_fragmenter_class', 'PackageFragmenter');
 
-// CFG: CRUNCHER-ALLOW-TEST-WORK-UNITS
-$cfg->setConfigEntry('cruncher_allow_test_units', 'Y');
+// CFG: CRUNCHER-TEST-UNITS-ENABLED
+$cfg->setConfigEntry('cruncher_test_units_enabled', 'Y');
 
 // CFG: CRUNCHER-IN-BUFFER-MIN-THRESHOLD
 $cfg->setConfigEntry('cruncher_in_buffer_min_threshold', 3);
 
+// CFG: CRUNCHER-TEST-UNIT-GENERATOR-CLASS
+$cfg->setConfigEntry('cruncher_test_unit_generator_class', 'CruncherTestUnitHelper');
+
+// CFG: CRUNCHER-MAX-TEST-UNIT-AMOUNT
+$cfg->setConfigEntry('cruncher_max_text_unit_amount', 10);
+
 // [EOF]
 ?>