mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 13:34:46 +00:00
update docs for #1255
This commit is contained in:
parent
66e6c58b5b
commit
9bbbe53223
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ The backend is configured in settings:
|
|||
|
||||
WAGTAILSEARCH_BACKENDS = {
|
||||
'default': {
|
||||
'BACKEND': 'wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch',
|
||||
'BACKEND': 'wagtail.wagtailsearch.backends.elasticsearch',
|
||||
'URLS': ['http://localhost:9200'],
|
||||
'INDEX': 'wagtail',
|
||||
'TIMEOUT': 5,
|
||||
|
|
|
|||
Loading…
Reference in a new issue