Skip to content

Commit 31e1135

Browse files
stepskopstepskopstepskop
authored
docs: add APIFY_USER_IS_PAYING env var documentation (#1706)
Add documentation for `APIFY_USER_IS_PAYING` environmental variable. - This is followup of these changes: - apify/apify-sdk-js#415 - apify/apify-shared-python#40 - apify/apify-sdk-python#507 --------- Co-authored-by: stepskop <steps@crashintosh.local> Co-authored-by: stepskop <steps@Mac.localdomain>
1 parent bc7a3ce commit 31e1135

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
@@ -62,6 +62,7 @@ Here's a table of key system environment variables:
6262
| `ACTOR_TIMEOUT_AT` | Date when the Actor will time out. |
6363
| `APIFY_TOKEN` | API token of the user who started the Actor. |
6464
| `APIFY_USER_ID` | ID of the user who started the Actor. May differ from the Actor owner. |
65+
| `APIFY_USER_IS_PAYING` | If it is `1`, it means that the user who started the Actor is a paying user. |
6566
| `ACTOR_WEB_SERVER_PORT` | TCP port for the Actor to start an HTTP server on. This server can be used to receive external messages or expose monitoring and control interfaces. The server also receives messages from the [Actor Standby](/platform/actors/development/programming-interface/standby) mode. |
6667
| `ACTOR_WEB_SERVER_URL` | Unique public URL for accessing the Actor run web server from the outside world. |
6768
| `APIFY_API_PUBLIC_BASE_URL` | Public URL of the Apify API. May be used to interact with the platform programmatically. Typically set to `api.apify.com`. |

0 commit comments

Comments
 (0)