Browse Source

woosh -> whoosh

master
Stephane Martin 7 years ago
parent
commit
1152c851e1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      realms/config/__init__.py

+ 1
- 1
realms/config/__init__.py View File

@@ -75,7 +75,7 @@ class Config(object):

CACHE_MEMCACHED_SERVERS = ['127.0.0.1:11211']

# Valid options: simple, elasticsearch, woosh
# Valid options: simple, elasticsearch, whoosh
SEARCH_TYPE = 'simple'

ELASTICSEARCH_URL = 'http://127.0.0.1:9200'


Loading…
Cancel
Save