We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307482e commit c597e2bCopy full SHA for c597e2b
.env.test
@@ -0,0 +1 @@
1
+export IP_WHITELIST=127.0.0.1
README.md
@@ -105,6 +105,8 @@ Export this string:
105
```
106
export IP_WHITELIST=<ip_string>
107
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.
110
111
Testing
112
=======
0 commit comments