mirror of
https://github.com/davidjohnbarton/crawler-google-places.git
synced 2025-12-12 16:38:45 +00:00
Update proxy setting
This commit is contained in:
parent
ab3af886f5
commit
3b1b16cc8c
|
|
@ -56,9 +56,9 @@ Apify.main(async () => {
|
|||
let listingPagination = await Apify.getValue(LISTING_PAGINATION_KEY) || {};
|
||||
|
||||
const launchPuppeteerOptions = {
|
||||
useApifyProxy: true,
|
||||
// useApifyProxy: true,
|
||||
// useChrome: true,
|
||||
apifyProxyGroups: ['CZECH_LUMINATI'],
|
||||
// apifyProxyGroups: ['CZECH_LUMINATI'],
|
||||
// liveView: Apify.isAtHome(),
|
||||
};
|
||||
if (proxyConfig) Object.assign(launchPuppeteerOptions, proxyConfig);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user