Skip to content

Commit

Permalink
use corpus webarchives config instead of global one when deploying (#372
Browse files Browse the repository at this point in the history
)
  • Loading branch information
boogheta committed Jun 7, 2021
1 parent b5cc2d9 commit 86d6123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hyphe_backend/crawler/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
if corpus_conf:
corpus_conf = corpus_conf["options"]
config["phantom"].update(corpus_conf["phantom"])
config["webarchives"].update(corpus_conf["webarchives"])
if corpus_conf["proxy"]["host"]:
config["mongo-scrapy"]["proxy_host"] = corpus_conf["proxy"]["host"]
if corpus_conf["proxy"]["port"]:
Expand Down

0 comments on commit 86d6123

Please sign in to comment.