]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config.php
Hub-Id creation basicly finished
[hub.git] / application / hub / config.php
index 490f38f285e0099cb5cdbe252ad1a96f064185db..c589259df041eeef64220b2ccb6e4e9a8b6fa3bf 100644 (file)
@@ -40,7 +40,10 @@ $cfg->setConfigEntry('tpl_engine', "ConsoleOutput");
 $cfg->setConfigEntry('output_class', "DebugConsoleOutput");
 
 // CFG: DEBUG-CLASS
-$cfg->setConfigEntry('debug_class', "DebugErrorLogOutput");
+$cfg->setConfigEntry('debug_class', "DebugConsoleOutput");
+
+// CFG: NODE-INFO-DB-WRAPPER-CLASS
+$cfg->setConfigEntry('node_info_db_wrapper_class', "NodeInformationDatabaseWrapper");
 
 // CFG: WEB-CONTENT-TYPE
 $cfg->setConfigEntry('web_content_type', "");