diff --git a/hyphe_backend/lib/config_hci.py b/hyphe_backend/lib/config_hci.py index cefe5ab0..9ac4562a 100644 --- a/hyphe_backend/lib/config_hci.py +++ b/hyphe_backend/lib/config_hci.py @@ -41,7 +41,7 @@ def load_config(): 'port': conf['mongo-scrapy']['proxy_port'] } if 'store_crawled_html_content' not in conf['mongo-scrapy']: - conf['mongo-scrapy']['store_crawled_html_content'] = True + conf['mongo-scrapy']['store_crawled_html_content'] = False # Set default creation rules if missing if "defaultCreationRule" not in conf: