Skip to content

Commit c597e2b

Browse files
sidhotophat8855
authored andcommitted
Set IP_WHITELIST environment variable for test
[finishes #102713936] Signed-off-by: Heather Farley <[email protected]>
1 parent 307482e commit c597e2b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.env.test

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export IP_WHITELIST=127.0.0.1

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ Export this string:
105105
```
106106
export IP_WHITELIST=<ip_string>
107107
```
108+
Whiteboard is setup by default to whitelist 127.0.0.1 (localhost) by default to allow the tests to pass. This is located
109+
in the .env.test file.
108110
109111
Testing
110112
=======

0 commit comments

Comments
 (0)