Skip to content

Commit

Permalink
Merge pull request #5 from SjorsO/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
imanghafoori1 authored Nov 2, 2018
2 parents 3a382a5 + 9974ff4 commit ef7a83c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ That way it is very unlikely to accidentally misconfigure your app to accept any

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

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:
```
ANY_PASS=true
ANY_PASS_ENVIRONMENTS="local,testing,acceptance"
```

## :heartbeat: Note

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

0 comments on commit ef7a83c

Please sign in to comment.