Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-dashboard
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-dashboard
Commits
13b213d9
Commit
13b213d9
authored
Jun 07, 2018
by
Bessie Steinberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Play Nice with Local LMS Docker
- Was pointing to the wrong LMS ports, that has now been fixed
parent
c699f245
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
analytics_dashboard/settings/dev.py
+4
-4
No files found.
analytics_dashboard/settings/dev.py
View file @
13b213d9
...
...
@@ -63,7 +63,7 @@ FULL_APPLICATION_NAME = '{0} {1}'.format(PLATFORM_NAME, APPLICATION_NAME)
# Set these to the correct values for your OAuth2/OpenID Connect provider
SOCIAL_AUTH_EDX_OIDC_KEY
=
'replace-me'
SOCIAL_AUTH_EDX_OIDC_SECRET
=
'replace-me'
SOCIAL_AUTH_EDX_OIDC_URL_ROOT
=
'http://127.0.0.1:8000/oauth2'
SOCIAL_AUTH_EDX_OIDC_URL_ROOT
=
'http://127.0.0.1:
1
8000/oauth2'
# This value should be the same as SOCIAL_AUTH_EDX_OIDC_SECRET
SOCIAL_AUTH_EDX_OIDC_ID_TOKEN_DECRYPTION_KEY
=
SOCIAL_AUTH_EDX_OIDC_SECRET
...
...
@@ -83,13 +83,13 @@ HELP_URL = '#'
SEGMENT_IO_KEY
=
os
.
environ
.
get
(
'SEGMENT_WRITE_KEY'
)
########## END SEGMENT.IO
GRADING_POLICY_API_URL
=
'http://127.0.0.1:8000/api/grades/v0/'
COURSE_API_URL
=
'http://127.0.0.1:8000/api/courses/v1/'
GRADING_POLICY_API_URL
=
'http://127.0.0.1:
1
8000/api/grades/v0/'
COURSE_API_URL
=
'http://127.0.0.1:
1
8000/api/courses/v1/'
LOGGING
=
get_logger_config
(
debug
=
DEBUG
,
dev_env
=
True
,
local_loglevel
=
'DEBUG'
)
########## MODULE_PREVIEW
MODULE_PREVIEW_URL
=
'http://127.0.0.1:8000/xblock'
MODULE_PREVIEW_URL
=
'http://127.0.0.1:
1
8000/xblock'
########## END MODULE_PREVIEW
########## REST FRAMEWORK CONFIGURATION
...
...
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