Skip to content

Commit 2891771

Browse files
Update sources/platform/actors/development/programming_interface/environment_variables.md
Co-authored-by: Michał Olender <[email protected]>
1 parent 25207f7 commit 2891771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/platform/actors/development/programming_interface/environment_variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ There are two ways how you can set up environment variables for Actors:
2121
- [Set up environment variables in `actor.json`](#set-up-environment-variables-in-actorjson)
2222
- [Set up environment variables in Apify Console](#set-up-environment-variables-in-apify-console)
2323

24-
:::info Environment variables overwrite
24+
:::info Environment variable precedence
2525

26-
After setting up variables in Apify Console, remove the `environmentVariables` from `.actor/actor.json`. Otherwise, variables from `.actor/actor.json` will override variables in Apify Console.
26+
Your local `.actor/actor.json` file overrides variables set in Apify Console. To use Console variables, remove the `environmentVariables` key from the local file.
2727

2828
:::
2929

0 commit comments

Comments
 (0)