Commit 3dd08461 by Oleg Marshev

Add ES setting to test.

parent f977dfe8
......@@ -13,3 +13,6 @@ DATABASES = {
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
INSTALLED_APPS = ('django_nose',)
ELASTICSEARCH_URL = 'http://127.0.0.1:9200'
ELASTICSEARCH_INDEX = 'edx-notes-test'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment