We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365bd59 commit d8f8032Copy full SHA for d8f8032
packages/apify/src/configuration.ts
@@ -149,7 +149,7 @@ export class Configuration extends CoreConfiguration {
149
ACTOR_INPUT_KEY: 'inputKey',
150
ACTOR_MEMORY_MBYTES: 'memoryMbytes',
151
ACTOR_RUN_ID: 'actorRunId',
152
- [ACTOR_ENV_VARS.STANDBY_PORT]: 'standbyPort',
+ ACTOR_STANDBY_PORT: 'standbyPort',
153
ACTOR_TASK_ID: 'actorTaskId',
154
ACTOR_WEB_SERVER_PORT: 'containerPort',
155
ACTOR_WEB_SERVER_URL: 'containerUrl',
0 commit comments