Skip to content

Commit ef7a83c

Browse files
Merge pull request #5 from SjorsO/patch-1
Update README.md
2 parents 3a382a5 + 9974ff4 commit ef7a83c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ That way it is very unlikely to accidentally misconfigure your app to accept any
4646

4747
We highly recommend to take a look to the source code.
4848

49+
By default, Anypass will only work if the `APP_ENV` is set to local or testing. You can override this by defining `ANY_PASS_ENVIRONMENTS` in your .env file, and setting the value to a comma-separated string of environments. For example:
50+
```
51+
ANY_PASS=true
52+
ANY_PASS_ENVIRONMENTS="local,testing,acceptance"
53+
```
54+
4955
## :heartbeat: Note
5056

5157
You can not login with an invalid username or an invalid api token. Only the password checking is by-passed.

0 commit comments

Comments
 (0)