Skip to content

Commit 245455c

Browse files
committed
Add new config options
1 parent 725bd88 commit 245455c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/apify/_configuration.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,14 @@ class Configuration(CrawleeConfiguration):
220220
BeforeValidator(lambda val: val or None),
221221
] = None
222222

223+
test_pay_per_event: Annotated[
224+
bool,
225+
Field(
226+
alias='actor_test_pay_per_event',
227+
description='Enable pay-per-event functionality for local development',
228+
),
229+
] = False
230+
223231
meta_origin: Annotated[
224232
str | None,
225233
Field(

0 commit comments

Comments
 (0)