Skip to content

Commit 7ce0caf

Browse files
authored
docs(README.md): Mention RAISE_EXCEPTIONS
1 parent 3f3a785 commit 7ce0caf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,12 @@ ALGOLIA = {
8383
}
8484
```
8585

86-
There are three optional settings:
86+
There are several optional settings:
8787

8888
* `INDEX_PREFIX`: prefix all indexes. Use it to separate different applications, like `site1_Products` and `site2_Products`.
8989
* `INDEX_SUFFIX`: suffix all indexes. Use it to differentiate development and production environment, like `Location_dev` and `Location_prod`.
9090
* `AUTO_INDEXING`: automatically synchronize the models with Algolia (default to **True**).
91+
* `RAISE_EXCEPTIONS`: raise exceptions on network errors instead of logging them (default to **settings.DEBUG**).
9192

9293
## Quick Start
9394

0 commit comments

Comments
 (0)