]> git.mxchange.org Git - core.git/blobdiff - application/tests/config.php
Continued:
[core.git] / application / tests / config.php
index a4e6d86319268bd5e19ce8cd840b11a42524db6c..dbe5aa71e736144a04b2e907ec7861bbd498c673 100644 (file)
@@ -47,3 +47,6 @@ $cfg->setConfigEntry('news_process_filter', 'CoreFramework\Filter\News\NewsProce
 
 // CFG: NEWS-READER-MAIN-CLASS
 $cfg->setConfigEntry('news_reader_main_class', 'CoreFramework\Reader\News\Console\ConsoleNewsReader');
+
+// CFG: NEWS-MAIN-LIMIT
+$cfg->setConfigEntry('news_main_limit', 5);