Skip to content

Commit fd00da9

Browse files
committed
docs: add actor permission level env var
1 parent c65e708 commit fd00da9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Here's a table of key system environment variables:
5353
| `APIFY_HEADLESS` | If **1**, web browsers inside the Actor should run in headless mode (no windowing system available). |
5454
| `APIFY_IS_AT_HOME` | Contains **1** if the Actor is running on Apify servers. |
5555
| `ACTOR_MEMORY_MBYTES` | Size of memory allocated for the Actor run, in megabytes. Can be used to optimize memory usage or finetuning of low-level external libraries. |
56+
| `ACTOR_PERMISSION_LEVEL` | Permission level of the Actor (`LIMITED_PERMISSIONS` or `FULL_PERMISSIONS`). |
5657
| `APIFY_PROXY_PASSWORD` | Password for accessing Apify Proxy services. This password enables the Actor to utilize proxy servers on behalf of the user who initiated the Actor run. |
5758
| `APIFY_PROXY_PORT` | TCP port number to be used for connecting to the Apify Proxy. |
5859
| `APIFY_PROXY_STATUS_URL` | URL for retrieving proxy status information. Appending `?format=json` to this URL returns the data in JSON format for programmatic processing. |

0 commit comments

Comments
 (0)