We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e46e02 commit cf68ed8Copy full SHA for cf68ed8
packages/consts/src/consts.ts
@@ -268,8 +268,10 @@ export const REQUEST_QUEUE_HEAD_MAX_LIMIT = 1000;
268
* Dictionary of environment variable names prefixed with "APIFY_".
269
*/
270
export const APIFY_ENV_VARS = {
271
+ ACTOR_PRICING_INFO: 'APIFY_ACTOR_PRICING_INFO',
272
API_BASE_URL: 'APIFY_API_BASE_URL',
273
API_PUBLIC_BASE_URL: 'APIFY_API_PUBLIC_BASE_URL',
274
+ CHARGED_ACTOR_EVENT_COUNTS: 'APIFY_CHARGED_ACTOR_EVENT_COUNTS',
275
CHROME_EXECUTABLE_PATH: 'APIFY_CHROME_EXECUTABLE_PATH',
276
DEDICATED_CPUS: 'APIFY_DEDICATED_CPUS',
277
DISABLE_OUTDATED_WARNING: 'APIFY_DISABLE_OUTDATED_WARNING',
0 commit comments