Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
baba9952
Commit
baba9952
authored
9 years ago
by
Gabe Mulley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
standardize on 127.0.0.1
parent
bb614124
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
playbooks/edx-east/analytics_single.yml
+1
-1
playbooks/roles/insights/defaults/main.yml
+5
-5
No files found.
playbooks/edx-east/analytics_single.yml
View file @
baba9952
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
sudo
:
True
sudo
:
True
gather_facts
:
True
gather_facts
:
True
vars
:
vars
:
migrate_db
:
yes
migrate_db
:
"
yes"
disable_edx_services
:
true
disable_edx_services
:
true
insights_register_oauth_app
:
yes
insights_register_oauth_app
:
yes
roles
:
roles
:
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/insights/defaults/main.yml
View file @
baba9952
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
# Defaults for role insights
# 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_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_FEEDBACK_EMAIL
:
'
dashboard@example.com'
INSIGHTS_MKTG_BASE
:
'
http://example.com'
INSIGHTS_MKTG_BASE
:
'
http://example.com'
INSIGHTS_PRIVACY_POLICY_URL
:
'
{{
INSIGHTS_MKTG_BASE
}}/privacy-policy'
INSIGHTS_PRIVACY_POLICY_URL
:
'
{{
INSIGHTS_MKTG_BASE
}}/privacy-policy'
...
@@ -28,8 +28,8 @@ INSIGHTS_SOCIAL_AUTH_REDIRECT_IS_HTTPS: false
...
@@ -28,8 +28,8 @@ INSIGHTS_SOCIAL_AUTH_REDIRECT_IS_HTTPS: false
INSIGHTS_SECRET_KEY
:
'
YOUR_SECRET_KEY_HERE'
INSIGHTS_SECRET_KEY
:
'
YOUR_SECRET_KEY_HERE'
INSIGHTS_OAUTH2_KEY
:
'
YOUR_OAUTH2_KEY'
INSIGHTS_OAUTH2_KEY
:
'
YOUR_OAUTH2_KEY'
# This will not work on single instance sandboxes
# This will not work on single instance sandboxes
INSIGHTS_DOC_BASE
:
'
http://
localhost
/en/latest'
INSIGHTS_DOC_BASE
:
'
http://
127.0.0.1
/en/latest'
ANALYTICS_API_ENDPOINT
:
'
http://
localhost
:8100/api/v0'
ANALYTICS_API_ENDPOINT
:
'
http://
127.0.0.1
:8100/api/v0'
INSIGHTS_DATA_API_AUTH_TOKEN
:
'
changeme'
INSIGHTS_DATA_API_AUTH_TOKEN
:
'
changeme'
INSIGHTS_PLATFORM_NAME
:
'
edX'
INSIGHTS_PLATFORM_NAME
:
'
edX'
INSIGHTS_APPLICATION_NAME
:
'
Insights'
INSIGHTS_APPLICATION_NAME
:
'
Insights'
...
@@ -57,7 +57,7 @@ INSIGHTS_DATABASES:
...
@@ -57,7 +57,7 @@ INSIGHTS_DATABASES:
NAME
:
'
{{
INSIGHTS_DATABASE_NAME
}}'
NAME
:
'
{{
INSIGHTS_DATABASE_NAME
}}'
USER
:
'
rosencrantz'
USER
:
'
rosencrantz'
PASSWORD
:
'
secret'
PASSWORD
:
'
secret'
HOST
:
'
localhost
'
HOST
:
'
127.0.0.1
'
PORT
:
'
3306'
PORT
:
'
3306'
INSIGHTS_LMS_COURSE_SHORTCUT_BASE_URL
:
"
URL_FOR_LMS_COURSE_LIST_PAGE"
INSIGHTS_LMS_COURSE_SHORTCUT_BASE_URL
:
"
URL_FOR_LMS_COURSE_LIST_PAGE"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment