Skip to content

Commit 3258e53

Browse files
committed
fix: add standbyPort to ConfigurationOptions
1 parent 0b27c26 commit 3258e53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/apify/src/configuration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export interface ConfigurationOptions extends CoreConfigurationOptions {
2121
proxyPassword?: string;
2222
proxyPort?: number;
2323
proxyStatusUrl?: string;
24+
standbyPort?: number;
2425
isAtHome?: boolean;
2526
userId?: string;
2627
inputSecretsPrivateKeyPassphrase?: string;

0 commit comments

Comments
 (0)