Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Ensure it is obvious the setting is optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdines committed Mar 21, 2017
1 parent fc91433 commit dad4c29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ optionally you can configure the BDE API timeout in seconds (default 5)
BDEA_TIMEOUT = 2
```

A default error message can be set globally for the validation checking:
A default error message can be set globally for the validation checking (this is optional and if
left blank it will default to `_('Blocked email provider.')`):

```python
BDEA_MESSAGE = '<blocked email message>'
Expand Down

0 comments on commit dad4c29

Please sign in to comment.