Skip to content

Commit 6100c2b

Browse files
committed
comment
1 parent c155080 commit 6100c2b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tools/apify-properties.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ export function addProxyProperties(property: ISchemaProperties): ISchemaProperti
173173
...property,
174174
properties: {
175175
...property.properties,
176+
/**
177+
* We are not adding the Apify proxy country list field since that requires a MongoDB connection,
178+
* which is not possible for the local stdio server, and an API endpoint for that is not available.
179+
* So currently, there is no way for the user to select countries for the Apify proxy.
180+
*/
176181
useApifyProxy: {
177182
title: 'Use Apify Proxy',
178183
type: 'boolean',

0 commit comments

Comments
 (0)