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
edx
configuration
Commits
c8436f18
Commit
c8436f18
authored
Jun 06, 2017
by
Kyle McCormick
Committed by
GitHub
Jun 06, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3894 from edx/edx/kdmccormick/remove-insights-feedback-email
EDUCATOR-442 Remove Insights feedback email
parents
ff8c48ab
c10d2e19
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
AUTHORS
+1
-0
CHANGELOG.md
+3
-0
playbooks/roles/insights/defaults/main.yml
+0
-2
No files found.
AUTHORS
View file @
c8436f18
...
...
@@ -56,3 +56,4 @@ Shohei Maeda <s.maeda@gacco.co.jp>
Bill DeRusha <bill@edx.org>
Jillian Vogel <jill@opencraft.com>
Zubair Afzal <zubair.afzal@arbisoft.com>
Kyle McCormick <kylemccor@gmail.com>
CHANGELOG.md
View file @
c8436f18
...
...
@@ -260,3 +260,6 @@
-
Role: edxapp
-
Added
`EDXAPP_BLOCK_STRUCTURES_SETTINGS`
to configure S3-backed Course Block Structures.
-
Role: insights
-
Removed
`INSIGHTS_FEEDBACK_EMAIL`
which is no longer used, as it was deemed redundant with
`INSIGHTS_SUPPORT_EMAIL`
.
playbooks/roles/insights/defaults/main.yml
View file @
c8436f18
...
...
@@ -15,7 +15,6 @@ 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'
INSIGHTS_MKTG_BASE
:
'
http://example.com'
INSIGHTS_LOGOUT_URL
:
'
{{
INSIGHTS_MKTG_BASE
}}/accounts/logout/'
INSIGHTS_PRIVACY_POLICY_URL
:
'
{{
INSIGHTS_MKTG_BASE
}}/privacy-policy'
...
...
@@ -92,7 +91,6 @@ INSIGHTS_CONFIG:
DOCUMENTATION_LOAD_ERROR_URL
:
'
{{
INSIGHTS_DOC_BASE
}}/Reference.html#error-conditions'
SEGMENT_IO_KEY
:
'
{{
INSIGHTS_SEGMENT_IO_KEY
}}'
SEGMENT_IGNORE_EMAIL_REGEX
:
'
{{
INSIGHTS_SEGMENT_IGNORE_EMAIL_REGEX
}}'
FEEDBACK_EMAIL
:
'
{{
INSIGHTS_FEEDBACK_EMAIL
}}'
PRIVACY_POLICY_URL
:
'
{{
INSIGHTS_PRIVACY_POLICY_URL
}}'
TERMS_OF_SERVICE_URL
:
'
{{
INSIGHTS_TERMS_OF_SERVICE_URL
}}'
HELP_URL
:
'
{{
INSIGHTS_DOC_BASE
}}'
...
...
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