You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f2fAlternativeApp?: string|false// If not set will try to use F2F_ALTERNATIVE_APP env variable (same format), if set to false will disable alternative app
27
27
port?: number// If not set will try to use SERVER_PORT or default to: 3000
28
28
noHealthChecks?: boolean// If set to true will disable health checks on the RT-CV server
29
-
skipSlugCheck?: boolean// If set to true will not check and update the slug on the RT-CV server
29
+
skipSlugCheck?: boolean// If set to true will not enforce that the scraper has a slug configured
30
30
skipAliveCheck?: boolean// If set to true will skip the check if the scraper is allowed to scrape
31
31
32
32
customHandlers?: CustomHandler[]// If set will add external handlers to the server
0 commit comments