Skip to content

Commit 239000c

Browse files
committed
add vcr env comments to example
1 parent de21022 commit 239000c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ WEB_MAX_CONCURRENCY=16
2424
WEB_WORKERS=8
2525
WEB_PORT=tcp://0.0.0.0:3000
2626

27+
# VCR record mode should only be touched if your adding to or updating api backed tests.
28+
# VCR_RECORD_MODE=none #Modes: [new, once, all]
29+
2730
############### API KEYS ###############
2831

2932
# GitHub User

0 commit comments

Comments
 (0)