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
4f336c65
Commit
4f336c65
authored
9 years ago
by
Arbab Nazar
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2452 from edx/arbab/devops-3207
DEVOPS-3207: CMS_COURSE_SHORTCUT_BASE_URL added to Insights
parents
c3a58c5c
ca1d8b64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
playbooks/roles/insights/defaults/main.yml
+3
-0
No files found.
playbooks/roles/insights/defaults/main.yml
View file @
4f336c65
...
...
@@ -12,6 +12,7 @@
#
INSIGHTS_LMS_BASE
:
'
http://127.0.0.1:8000'
INSIGHTS_CMS_BASE
:
'
http://127.0.0.1:8010'
INSIGHTS_BASE_URL
:
'
http://127.0.0.1:8110'
INSIGHTS_MEMCACHE
:
[
'
127.0.0.1:11211'
]
INSIGHTS_FEEDBACK_EMAIL
:
'
dashboard@example.com'
...
...
@@ -21,6 +22,7 @@ INSIGHTS_TERMS_OF_SERVICE_URL: '{{ INSIGHTS_MKTG_BASE }}/terms-service'
# Delete the 'INSIGHTS_SUPPORT_URL' once the release will out for 'INSIGHTS_SUPPORT_EMAIL'
INSIGHTS_SUPPORT_URL
:
'
'
INSIGHTS_SUPPORT_EMAIL
:
'
'
INSIGHTS_CMS_COURSE_SHORTCUT_BASE_URL
:
'
{{
INSIGHTS_LMS_BASE
}}/course'
INSIGHTS_OAUTH2_SECRET
:
'
secret'
INSIGHTS_OAUTH2_URL_ROOT
:
'
{{
INSIGHTS_LMS_BASE
}}/oauth2'
INSIGHTS_OAUTH2_APP_CLIENT_NAME
:
insights
...
...
@@ -120,6 +122,7 @@ INSIGHTS_CONFIG:
SESSION_COOKIE_NAME
:
"
{{
INSIGHTS_SESSION_COOKIE_NAME
|
default('insights_sessionid')
}}"
CSRF_COOKIE_NAME
:
"
{{
INSIGHTS_CSRF_COOKIE_NAME
|
default('insights_csrftoken')
}}"
LANGUAGE_COOKIE_NAME
:
"
{{
INSIGHTS_LANGUAGE_COOKIE_NAME
|
default('insights_language')
}}"
CMS_COURSE_SHORTCUT_BASE_URL
:
"
{{
INSIGHTS_CMS_COURSE_SHORTCUT_BASE_URL
}}"
INSIGHTS_NEWRELIC_APPNAME
:
"
{{
COMMON_ENVIRONMENT
}}-{{
COMMON_DEPLOYMENT
}}-analytics-api"
INSIGHTS_PIP_EXTRA_ARGS
:
"
-i
{{
COMMON_PYPI_MIRROR_URL
}}"
...
...
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