mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-08 22:07:56 +00:00
update config documentation
This commit is contained in:
parent
f8e0a50db6
commit
56c79d8f3a
@ -171,6 +171,8 @@ define('CRAWL_ROBOTS_POSTFIX_RULES', null); // string|null
|
|||||||
* API address provided in yggo meta tag
|
* API address provided in yggo meta tag
|
||||||
* will be stored in the `manifest` DB table
|
* will be stored in the `manifest` DB table
|
||||||
*
|
*
|
||||||
|
* Collecting URL that match CRAWL_URL_REGEXP condition
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
define('CRAWL_MANIFEST', true);
|
define('CRAWL_MANIFEST', true);
|
||||||
|
|
||||||
@ -180,6 +182,8 @@ define('CRAWL_MANIFEST', true);
|
|||||||
* true - crawler autostart manifest indexer
|
* true - crawler autostart manifest indexer
|
||||||
* false - requires manual validation by the moderator in the DB `manifest`.`status` field
|
* 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);
|
define('CRAWL_MANIFEST_DEFAULT_STATUS', true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user