Skip to content

Commit 9c3b33e

Browse files
authored
docs: extend actor permission level env var (#2026)
Extends documentation for `ACTOR_PERMISSION_LEVEL` environmental variable with inline example values. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Documents the `ACTOR_PERMISSION_LEVEL` environment variable in the system variables table. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit fd00da9. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent e99daf4 commit 9c3b33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Here's a table of key system environment variables:
5454
| `APIFY_HEADLESS` | If **1**, web browsers inside the Actor should run in headless mode (no windowing system available). |
5555
| `APIFY_IS_AT_HOME` | Contains **1** if the Actor is running on Apify servers. |
5656
| `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. |
57-
| `ACTOR_PERMISSION_LEVEL` | [Permission level](../../running/permissions.md) the Actor is run under. This determines what resources in the user’s account the Actor can access. |
57+
| `ACTOR_PERMISSION_LEVEL` | [Permission level](../../running/permissions.md) the Actor is run under (`LIMITED_PERMISSIONS` or `FULL_PERMISSIONS`). This determines what resources in the user’s account the Actor can access. |
5858
| `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. |
5959
| `APIFY_PROXY_PORT` | TCP port number to be used for connecting to the Apify Proxy. |
6060
| `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)