Commit baba9952 by Gabe Mulley

standardize on 127.0.0.1

parent bb614124
......@@ -3,7 +3,7 @@
sudo: True
gather_facts: True
vars:
migrate_db: yes
migrate_db: "yes"
disable_edx_services: true
insights_register_oauth_app: yes
roles:
......
......@@ -11,9 +11,9 @@
# Defaults for role insights
#
INSIGHTS_LMS_BASE: 'http://localhost:8000'
INSIGHTS_LMS_BASE: 'http://127.0.0.1:8000'
INSIGHTS_BASE_URL: 'http://127.0.0.1:8110'
INSIGHTS_MEMCACHE: [ 'localhost:11211' ]
INSIGHTS_MEMCACHE: [ '127.0.0.1:11211' ]
INSIGHTS_FEEDBACK_EMAIL: 'dashboard@example.com'
INSIGHTS_MKTG_BASE: 'http://example.com'
INSIGHTS_PRIVACY_POLICY_URL: '{{ INSIGHTS_MKTG_BASE }}/privacy-policy'
......@@ -28,8 +28,8 @@ INSIGHTS_SOCIAL_AUTH_REDIRECT_IS_HTTPS: false
INSIGHTS_SECRET_KEY: 'YOUR_SECRET_KEY_HERE'
INSIGHTS_OAUTH2_KEY: 'YOUR_OAUTH2_KEY'
# This will not work on single instance sandboxes
INSIGHTS_DOC_BASE: 'http://localhost/en/latest'
ANALYTICS_API_ENDPOINT: 'http://localhost:8100/api/v0'
INSIGHTS_DOC_BASE: 'http://127.0.0.1/en/latest'
ANALYTICS_API_ENDPOINT: 'http://127.0.0.1:8100/api/v0'
INSIGHTS_DATA_API_AUTH_TOKEN: 'changeme'
INSIGHTS_PLATFORM_NAME: 'edX'
INSIGHTS_APPLICATION_NAME: 'Insights'
......@@ -57,7 +57,7 @@ INSIGHTS_DATABASES:
NAME: '{{ INSIGHTS_DATABASE_NAME }}'
USER: 'rosencrantz'
PASSWORD: 'secret'
HOST: 'localhost'
HOST: '127.0.0.1'
PORT: '3306'
INSIGHTS_LMS_COURSE_SHORTCUT_BASE_URL: "URL_FOR_LMS_COURSE_LIST_PAGE"
......
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