Skip to content

Commit f175eba

Browse files
committed
docs: add F2F_APP env vars to .env.example
1 parent b50e343 commit f175eba

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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!

0 commit comments

Comments
 (0)