2019-09-05 12:51:01 +02:00
|
|
|
DB_USERNAME=Username for the database
|
|
|
|
|
DB_PASSWORD=Password for the database
|
|
|
|
|
DB_NAME=Database name
|
|
|
|
|
DB_PORT=Database port
|
|
|
|
|
|
2019-09-05 13:50:13 +02:00
|
|
|
SEQUELIZE_LOGGING=0- no sequelize logging, 1- log to the console
|
|
|
|
|
|
2019-09-11 11:23:05 +02:00
|
|
|
PORT=Port for the app, defaults to 5000
|
2019-09-05 14:24:29 +02:00
|
|
|
APP_BASE_URL=base url for the app
|
|
|
|
|
|
2019-10-07 20:49:54 +02:00
|
|
|
MAX_REAL_ESTATES_IN_EMAIL=Max number of real estates that will be shown in email, others will be truncated and URL with full list will be shwon
|
|
|
|
|
MAX_REAL_ESTATES_IN_FIRST_EMAIL=Max number of real estates that will be shown in first (welcome) email
|
2019-09-30 09:44:19 +02:00
|
|
|
|
2019-10-10 17:39:13 +02:00
|
|
|
#=============== GOOGLE ANALYTICS =============#
|
|
|
|
|
GA_ID=Google Analytics ID
|
|
|
|
|
|
2019-12-08 00:58:06 +01:00
|
|
|
#=============== GOOGLE MAPS =============#
|
|
|
|
|
API_MAP_KEY=(your-key-here)
|
|
|
|
|
|
2019-10-10 17:39:13 +02:00
|
|
|
#=============== AWS SDK EMAIL SETTINGS =======#
|
2019-09-30 09:44:19 +02:00
|
|
|
AWS_KEY_ID=(your-key-here)
|
|
|
|
|
AWS_SECRET_ACCESS_KEY=(your-key-here)
|
|
|
|
|
AWS_REGION=eu-west-1
|
2019-09-05 12:51:01 +02:00
|
|
|
SOURCE_EMAIL=info@saburly.com
|
2019-09-18 15:33:09 +02:00
|
|
|
|
2019-10-10 17:39:13 +02:00
|
|
|
#=============== CRAWLER SETTINGS===============#
|
2019-09-26 17:30:06 +02:00
|
|
|
CRAWLER_INTERVAL=Interval to run cralwer(s), in seconds
|
2019-09-26 23:55:34 +02:00
|
|
|
STOP_CRAWLER=Non-zero value will skip crawler execution
|
2019-10-25 11:08:52 +02:00
|
|
|
PRINT_CRAWLER_DEBUG_INFO=Non-zero value will print crawler debugging info to the server console
|
2019-09-18 15:33:09 +02:00
|
|
|
#==OLX==
|
2019-09-23 10:46:31 +02:00
|
|
|
OLX_MAX_PAGES=Restrict crawler to this number of pages
|
2019-09-18 15:33:09 +02:00
|
|
|
OLX_MAX_RESULTS_PER_PAGE=Only this number or less results from one page will be scraped and saved
|
|
|
|
|
OLX_CRAWLER_AD_TYPE=enum name of what type of ads should be crawled, check common/enums.js file for valid values
|
|
|
|
|
OLX_CRAWLER_AD_CATEGORIES=comma separated list of enum names of categories to be included, check common/enums.js file for valid values
|
2019-09-25 08:31:37 +02:00
|
|
|
OLX_IGNORED_USERNAMES=comma separated list of usernames to ignore
|
|
|
|
|
OLX_DELAY_BETWEEN_PAGES=time in miliseconds to wait before indexing next page
|
2019-11-02 00:07:01 +01:00
|
|
|
OLX_FORCE_CRAWL=Non-zero value will force crawler to crawl all pages without stopping when known real estate is found
|
2019-10-24 07:48:49 +02:00
|
|
|
#==RENTAL==
|
|
|
|
|
RENTAL_MAX_PAGES=Restrict crawler to this number of pages
|
|
|
|
|
RENTAL_MAX_RESULTS_PER_PAGE=Only this number or less results from one page will be scraped and saved
|
|
|
|
|
RENTAL_CRAWLER_AD_TYPE=enum name of what type of ads should be crawled, check common/enums.js file for valid values
|
|
|
|
|
RENTAL_CRAWLER_AD_CATEGORIES=comma separated list of enum names of categories to be included, check common/enums.js file for valid values
|
|
|
|
|
RENTAL_IGNORED_USERNAMES=!!! This is not used for rental crawler !!!
|
|
|
|
|
RENTAL_DELAY_BETWEEN_PAGES=time in miliseconds to wait before indexing next page
|
2019-11-02 00:07:01 +01:00
|
|
|
RENTAL_FORCE_CRAWL=Non-zero value will force crawler to crawl all pages without stopping when known real estate is found
|
2019-10-24 17:11:12 +02:00
|
|
|
#==PROSTOR==
|
2019-11-14 02:09:22 +01:00
|
|
|
PROSTOR_MAX_PAGES=!!! This is not used for prostor crawler !!!
|
2019-11-13 16:52:55 +01:00
|
|
|
PROSTOR_MAX_RESULTS_PER_PAGE=For Prostor crawler, this represents how many ads are crawled at once
|
2019-10-24 17:11:12 +02:00
|
|
|
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
|
|
|
|
|
PROSTOR_IGNORED_USERNAMES=!!! This is not used for prostor crawler !!!
|
2019-10-25 10:53:44 +02:00
|
|
|
PROSTOR_DELAY_BETWEEN_PAGES=!!! This is not used for prostor crawler !!!
|
2019-11-02 00:07:01 +01:00
|
|
|
PROSTOR_FORCE_CRAWL=Non-zero value will force crawler to crawl all pages without stopping when known real estate is found
|
2019-10-28 09:14:45 +01:00
|
|
|
#==AKTIDO==
|
|
|
|
|
AKTIDO_MAX_PAGES=Restrict crawler to this number of pages
|
|
|
|
|
AKTIDO_MAX_RESULTS_PER_PAGE=Only this number or less results from one page will be scraped and saved
|
|
|
|
|
AKTIDO_CRAWLER_AD_TYPE=enum name of what type of ads should be crawled, check common/enums.js file for valid values
|
|
|
|
|
AKTIDO_CRAWLER_AD_CATEGORIES=comma separated list of enum names of categories to be included, check common/enums.js file for valid values
|
|
|
|
|
AKTIDO_IGNORED_USERNAMES=!!! This is not used for aktido crawler !!!
|
|
|
|
|
AKTIDO_DELAY_BETWEEN_PAGES=time in miliseconds to wait before indexing next page
|
2019-11-02 00:07:01 +01:00
|
|
|
AKTIDO_FORCE_CRAWL=Non-zero value will force crawler to crawl all pages without stopping when known real estate is found
|