From 56c79d8f3a0afe2e733ff87f65cfafb65cbf0f58 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 3 May 2023 09:31:40 +0300 Subject: [PATCH] update config documentation --- config/app.php.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/app.php.txt b/config/app.php.txt index 9439b41..e9db210 100644 --- a/config/app.php.txt +++ b/config/app.php.txt @@ -171,6 +171,8 @@ define('CRAWL_ROBOTS_POSTFIX_RULES', null); // string|null * API address provided in yggo meta tag * will be stored in the `manifest` DB table * + * Collecting URL that match CRAWL_URL_REGEXP condition + * */ define('CRAWL_MANIFEST', true); @@ -180,6 +182,8 @@ define('CRAWL_MANIFEST', true); * true - crawler autostart manifest indexer * false - requires manual validation by the moderator in the DB `manifest`.`status` field * + * This option applying on CRAWL_MANIFEST enabled + * */ define('CRAWL_MANIFEST_DEFAULT_STATUS', true);