File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ RTCV_SERVER=http://rtcv_key_ID_here:rtcv_key_here@localhost:4000
99# This can be set to a staging server so we don't have to run 2 instances of a scraper
1010# RTCV_ALTERNATIVE_SERVER=http://rtcv_key_ID_here:rtcv_key_here@localhost:4000
1111
12+ # Optional: route requests through the F2F App instead of directly to RT-CV
13+ # Uses f2f:// (http) or f2fs:// (https) protocol to distinguish from RTCV_SERVER basic auth
14+ # RTCV_SERVER is still required for incoming callback authentication
15+ # F2F_APP=f2fs://keyId:keySecret@app.first2find.nl
16+ # F2F_ALTERNATIVE_APP=f2fs://keyId:keySecret@app.first2find.nl
17+
1218# Set to true to skip the alive check that checks if the scraper is allowed to scrape.
1319# This is useful for local development when a scraper is disabled on RT-CV.
1420# DO NOT DEPLOY A SCRAPER WITH THIS ENABLED!
You can’t perform that action at this time.
0 commit comments