Update proxy setting

This commit is contained in:
JakubDrobnik 2018-11-20 18:16:44 +01:00
parent ab3af886f5
commit 3b1b16cc8c

View File

@ -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);