Skip to content

Commit

Permalink
Set USE_ELASTIC to False by default so it doesn't immediately kick in…
Browse files Browse the repository at this point in the history
… in production.

We should manually run esreindex and only then turn this on.
  • Loading branch information
erikrose committed Dec 9, 2011
1 parent 1b58386 commit 8db37c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Expand Up @@ -575,7 +575,7 @@ def JINJA_CONFIG():
# Connection information for Elastic
ES_HOSTS = ['127.0.0.1:9200']
ES_INDEXES = {'default': 'sumo'}
USE_ELASTIC = True
USE_ELASTIC = False

#
# Connection information for Sphinx search
Expand Down

0 comments on commit 8db37c4

Please sign in to comment.