Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 66fa8c4

Browse files
committed
Forgot to remove ES settings from local.py
1 parent d58be65 commit 66fa8c4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

analyticsdataserver/settings/local.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,3 @@
6363
SWAGGER_SETTINGS = {
6464
'api_key': 'edx'
6565
}
66-
67-
# Default elasticsearch port when running locally
68-
ELASTICSEARCH_LEARNERS_HOST = 'http://localhost:9223/'
69-
ELASTICSEARCH_LEARNERS_INDEX = 'roster_test'
70-
ELASTICSEARCH_LEARNERS_UPDATE_INDEX = 'index_update_test'

0 commit comments

Comments
 (0)