Skip to content

Commit

Permalink
conf for crawler specific vpn fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
nikcaryo committed Feb 18, 2021
1 parent e7e455f commit 46c8029
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/pubConf.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ consynRssUrl = "https://consyn.elsevier.com/batch/atom?key=XXXXXXXXXX"
# the temporary directory
TEMPDIR = "/tmp/"

# If you use a proxy server to get fulltext access, enter it here
# If you want to use the same proxy server to get fulltext access to all articles, enter it here
# httpProxy="http://myserver.com:8888"

# If you want to specify different proxies for different crawlers, set them here
proxies = {
"proxy_name": {"http":"http://myserver.com:8888"},
}

crawler_to_proxy = {
"crawler_name": "proxy_name",
}

0 comments on commit 46c8029

Please sign in to comment.