There was an error while loading. Please reload this page.
standbyPort
ConfigurationOptions
1 parent 0b27c26 commit 530b8a1Copy full SHA for 530b8a1
1 file changed
packages/apify/src/configuration.ts
@@ -21,6 +21,7 @@ export interface ConfigurationOptions extends CoreConfigurationOptions {
21
proxyPassword?: string;
22
proxyPort?: number;
23
proxyStatusUrl?: string;
24
+ standbyPort?: number;
25
isAtHome?: boolean;
26
userId?: string;
27
inputSecretsPrivateKeyPassphrase?: string;
0 commit comments