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 696dbca commit 218825cCopy full SHA for 218825c
src/apify/_configuration.py
@@ -265,7 +265,7 @@ class Configuration(CrawleeConfiguration):
265
str,
266
Field(
267
alias='actor_standby_url',
268
- description='URL for accessing the HTTP server in Actor Standby mode',
+ description='URL for accessing web servers of Actor runs in Standby mode',
269
),
270
]
271
@@ -304,7 +304,7 @@ class Configuration(CrawleeConfiguration):
304
'actor_web_server_url',
305
'apify_container_url',
306
307
- description='Unique public URL for accessing the Actor run web server from the outside world',
+ description='Unique public URL for accessing a specific Actor run web server from the outside world.',
308
309
] = 'http://localhost:4321'
310
0 commit comments