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
270f0526
Commit
270f0526
authored
Sep 08, 2016
by
Dennis Jen
Committed by
GitHub
Sep 08, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3368 from edx/dsjen/update-insights-settings
Added grading policy api url.
parents
c4ef75c1
5f5b2bb1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
playbooks/roles/insights/defaults/main.yml
+3
-1
No files found.
playbooks/roles/insights/defaults/main.yml
View file @
270f0526
...
...
@@ -124,6 +124,7 @@ INSIGHTS_CONFIG:
DATABASES
:
"
{{
INSIGHTS_DATABASES
}}"
LMS_COURSE_SHORTCUT_BASE_URL
:
"
{{
INSIGHTS_LMS_COURSE_SHORTCUT_BASE_URL
}}"
COURSE_API_URL
:
"
{{
INSIGHTS_COURSE_API_URL
}}"
GRADING_POLICY_API_URL
:
"
{{
INSIGHTS_GRADING_POLICY_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.
...
...
@@ -139,7 +140,8 @@ INSIGHTS_NGINX_PORT: "18110"
INSIGHTS_NGINX_SSL_PORT
:
"
18113"
INSIGHTS_GUNICORN_WORKERS
:
"
2"
INSIGHTS_GUNICORN_EXTRA
:
"
"
INSIGHTS_COURSE_API_URL
:
"
{{
INSIGHTS_LMS_BASE
}}/api/course_structure/v0/"
INSIGHTS_COURSE_API_URL
:
"
{{
INSIGHTS_LMS_BASE
}}/api/courses/v1/"
INSIGHTS_GRADING_POLICY_API_URL
:
"
{{
INSIGHTS_LMS_BASE
}}/api/course_structure/v0/"
INSIGHTS_MODULE_PREVIEW_URL
:
"
{{
INSIGHTS_LMS_BASE
}}/xblock"
INSIGHTS_VERSION
:
"
master"
...
...
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