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
06cc7e4f
Commit
06cc7e4f
authored
9 years ago
by
arbabnazar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DEVOPS-3131 Insights SUPPORT_URL placed w/ SUPPORT_EMAIL
parent
9fddf58f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
playbooks/roles/insights/defaults/main.yml
+4
-0
No files found.
playbooks/roles/insights/defaults/main.yml
View file @
06cc7e4f
...
...
@@ -18,7 +18,9 @@ INSIGHTS_FEEDBACK_EMAIL: 'dashboard@example.com'
INSIGHTS_MKTG_BASE
:
'
http://example.com'
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_OAUTH2_SECRET
:
'
secret'
INSIGHTS_OAUTH2_URL_ROOT
:
'
{{
INSIGHTS_LMS_BASE
}}/oauth2'
INSIGHTS_OAUTH2_APP_CLIENT_NAME
:
insights
...
...
@@ -66,7 +68,9 @@ INSIGHTS_LMS_COURSE_SHORTCUT_BASE_URL: "URL_FOR_LMS_COURSE_LIST_PAGE"
# 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
}}'
SEGMENT_IGNORE_EMAIL_REGEX
:
'
{{
INSIGHTS_SEGMENT_IGNORE_EMAIL_REGEX
}}'
...
...
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