Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-data-api
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
edx-analytics-data-api
Commits
f4b0d4fc
Commit
f4b0d4fc
authored
Jun 07, 2018
by
Bessie Steinberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Play Nice with LMS Docker
- This was pointing to the wrong port for LMS docker, now fix
parent
6d728d7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
analyticsdataserver/settings/local.py
+1
-1
No files found.
analyticsdataserver/settings/local.py
View file @
f4b0d4fc
...
@@ -64,7 +64,7 @@ SWAGGER_SETTINGS = {
...
@@ -64,7 +64,7 @@ SWAGGER_SETTINGS = {
# These two settings are used in generate_fake_course_data.py.
# These two settings are used in generate_fake_course_data.py.
# Replace with correct values to generate local fake video data.
# Replace with correct values to generate local fake video data.
LMS_BASE_URL
=
'http://localhost:8000/'
# the base URL for your running local LMS instance
LMS_BASE_URL
=
'http://localhost:
1
8000/'
# the base URL for your running local LMS instance
COURSE_BLOCK_API_AUTH_TOKEN
=
'paste auth token here'
# see README for instructions on how to configure this value
COURSE_BLOCK_API_AUTH_TOKEN
=
'paste auth token here'
# see README for instructions on how to configure this value
# In Insights, we run this API as a separate service called "analyticsapi" to run acceptance/integration tests. Docker
# In Insights, we run this API as a separate service called "analyticsapi" to run acceptance/integration tests. Docker
...
...
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