From 618dcd217e48c8cb4a85f8ed00fb68346693a5db Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Thu, 14 Nov 2019 02:09:22 +0100 Subject: [PATCH] update ENV variables template file --- development.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development.env b/development.env index 795b5d9..3a63a34 100644 --- a/development.env +++ b/development.env @@ -41,7 +41,7 @@ RENTAL_IGNORED_USERNAMES=!!! This is not used for rental crawler !!! RENTAL_DELAY_BETWEEN_PAGES=time in miliseconds to wait before indexing next page RENTAL_FORCE_CRAWL=Non-zero value will force crawler to crawl all pages without stopping when known real estate is found #==PROSTOR== -PROSTOR_MAX_PAGES=For Prostor crawler, this is MAX number of ads to crawl in total +PROSTOR_MAX_PAGES=!!! This is not used for prostor crawler !!! PROSTOR_MAX_RESULTS_PER_PAGE=For Prostor crawler, this represents how many ads are crawled at once PROSTOR_CRAWLER_AD_TYPE=enum name of what type of ads should be crawled, check common/enums.js file for valid values PROSTOR_CRAWLER_AD_CATEGORIES=comma separated list of enum names of categories to be included, check common/enums.js file for valid values