Commit 4ba0ea0c by Gabe Mulley

Remove boto connection default for analytics API elasticsearch config (#2958)

parent 0a13ce8f
......@@ -58,7 +58,7 @@ ANALYTICS_API_AUTH_TOKEN: 'put-your-api-token-here'
ANALYTICS_API_ELASTICSEARCH_LEARNERS_HOST: 'localhost'
ANALYTICS_API_ELASTICSEARCH_LEARNERS_INDEX: 'roster_1_2'
ANALYTICS_API_ELASTICSEARCH_LEARNERS_UPDATE_INDEX: 'index_updates'
ANALYTICS_API_ELASTICSEARCH_CONNECTION_CLASS: 'analytics_data_api.v0.connections.BotoHttpConnection'
ANALYTICS_API_ELASTICSEARCH_CONNECTION_CLASS: !!null
ANALYTICS_API_ELASTICSEARCH_AWS_ACCESS_KEY_ID: !!null
ANALYTICS_API_ELASTICSEARCH_AWS_SECRET_ACCESS_KEY: !!null
ANALYTICS_API_ELASTICSEARCH_CONNECTION_DEFAULT_REGION: 'us-east-1'
......
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