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
fe52f07d
Commit
fe52f07d
authored
Jun 07, 2017
by
Kyle McCormick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove outdated `SUPPORT_URL` setting in `INSIGHTS_CONFIG`
`SUPPORT_URL` was replaced by `SUPPORT_EMAIL`
parent
137e06eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
CHANGELOG.md
+3
-0
playbooks/roles/insights/defaults/main.yml
+0
-4
No files found.
CHANGELOG.md
View file @
fe52f07d
...
...
@@ -271,3 +271,6 @@
-
Role: insights
-
Removed
`INSIGHTS_FEEDBACK_EMAIL`
which is no longer used, as it was deemed redundant with
`INSIGHTS_SUPPORT_EMAIL`
.
-
Role: insights
-
Removed
`SUPPORT_EMAIL`
setting from
`INSIGHTS_CONFIG`
, as it is was replaced by
`SUPPORT_URL`
.
playbooks/roles/insights/defaults/main.yml
View file @
fe52f07d
...
...
@@ -19,8 +19,6 @@ INSIGHTS_MKTG_BASE: 'http://example.com'
INSIGHTS_LOGOUT_URL
:
'
{{
INSIGHTS_MKTG_BASE
}}/accounts/logout/'
INSIGHTS_PRIVACY_POLICY_URL
:
'
{{
INSIGHTS_MKTG_BASE
}}/privacy-policy'
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'
...
...
@@ -85,8 +83,6 @@ INSIGHTS_SESSION_EXPIRE_AT_BROWSER_CLOSE: false
# This block of config is dropped into /edx/etc/insights.yml
# and is read in by analytics_dashboard/settings/production.py
INSIGHTS_CONFIG
:
# Delete the 'SUPPORT_URL' once the release will out for 'SUPPORT_EMAIL'
SUPPORT_URL
:
'
{{
INSIGHTS_SUPPORT_URL
}}'
SUPPORT_EMAIL
:
'
{{
INSIGHTS_SUPPORT_EMAIL
}}'
DOCUMENTATION_LOAD_ERROR_URL
:
'
{{
INSIGHTS_DOC_BASE
}}/Reference.html#error-conditions'
SEGMENT_IO_KEY
:
'
{{
INSIGHTS_SEGMENT_IO_KEY
}}'
...
...
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