Skip to content

Commit d8f8032

Browse files
jirimoravcikB4nan
andauthored
Update packages/apify/src/configuration.ts
Co-authored-by: Martin Adámek <banan23@gmail.com>
1 parent 365bd59 commit d8f8032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apify/src/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export class Configuration extends CoreConfiguration {
149149
ACTOR_INPUT_KEY: 'inputKey',
150150
ACTOR_MEMORY_MBYTES: 'memoryMbytes',
151151
ACTOR_RUN_ID: 'actorRunId',
152-
[ACTOR_ENV_VARS.STANDBY_PORT]: 'standbyPort',
152+
ACTOR_STANDBY_PORT: 'standbyPort',
153153
ACTOR_TASK_ID: 'actorTaskId',
154154
ACTOR_WEB_SERVER_PORT: 'containerPort',
155155
ACTOR_WEB_SERVER_URL: 'containerUrl',

0 commit comments

Comments
 (0)