Commit 66fa8c4a by Tyler Hallada

Forgot to remove ES settings from local.py

parent d58be659
...@@ -63,8 +63,3 @@ TEST_RUNNER = 'django_nose.NoseTestSuiteRunner' ...@@ -63,8 +63,3 @@ TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
SWAGGER_SETTINGS = { SWAGGER_SETTINGS = {
'api_key': 'edx' 'api_key': 'edx'
} }
# Default elasticsearch port when running locally
ELASTICSEARCH_LEARNERS_HOST = 'http://localhost:9223/'
ELASTICSEARCH_LEARNERS_INDEX = 'roster_test'
ELASTICSEARCH_LEARNERS_UPDATE_INDEX = 'index_update_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