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
71eef2b9
Commit
71eef2b9
authored
9 years ago
by
Max Rothman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DEVOPS-3036: Add MODULE_PREVIEW_URL insights setting
parent
8ecbe414
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
playbooks/roles/insights/defaults/main.yml
+2
-0
No files found.
playbooks/roles/insights/defaults/main.yml
View file @
71eef2b9
...
...
@@ -110,6 +110,7 @@ INSIGHTS_CONFIG:
DATABASES
:
"
{{
INSIGHTS_DATABASES
}}"
LMS_COURSE_SHORTCUT_BASE_URL
:
"
{{
INSIGHTS_LMS_COURSE_SHORTCUT_BASE_URL
}}"
COURSE_API_URL
:
"
{{
INSIGHTS_COURSE_API_URL
}}"
MODULE_PREVIEW_URL
:
"
{{
INSIGHTS_MODULE_PREVIEW_URL
}}"
# When insights is co-located with other django services, we need to ensure they don't all
# use the same cookie names.
SESSION_COOKIE_NAME
:
"
{{
INSIGHTS_SESSION_COOKIE_NAME
|
default('insights_sessionid')
}}"
...
...
@@ -122,6 +123,7 @@ INSIGHTS_NGINX_PORT: "18110"
INSIGHTS_GUNICORN_WORKERS
:
"
2"
INSIGHTS_GUNICORN_EXTRA
:
"
"
INSIGHTS_COURSE_API_URL
:
"
{{
INSIGHTS_LMS_BASE
}}/api/course_structure/v0/"
INSIGHTS_MODULE_PREVIEW_URL
:
"
{{
INSIGHTS_LMS_BASE
}}/xblock"
INSIGHTS_VERSION
:
"
master"
INSIGHTS_GIT_IDENTITY
:
!!null
...
...
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