Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #497 from edx/dsjen/update-es-port
Browse files Browse the repository at this point in the history
Updated elasticsearch port to match api test server.
  • Loading branch information
dsjen authored Jun 30, 2016
2 parents 0341231 + c0bd3aa commit e8ff754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_analytics_data_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ make test.run_elasticsearch
# it during testing.
sleep 10
# Create the ElasticSearch indicies and mappings.
export ELASTICSEARCH_LEARNERS_HOST='http://localhost:9200'
export ELASTICSEARCH_LEARNERS_HOST='http://localhost:9223'
export ELASTICSEARCH_LEARNERS_INDEX='learner'
export ELASTICSEARCH_LEARNERS_UPDATE_INDEX='index_update'
export DJANGO_SETTINGS_MODULE="analyticsdataserver.settings.local"
Expand Down

0 comments on commit e8ff754

Please sign in to comment.