Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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-platform
Commits
016b6525
Commit
016b6525
authored
Apr 09, 2017
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected LMS Docker devstack settings
- Fixed LMS_ROOT_URL - Fixed Enterprise API URL
parent
14e45ad2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lms/envs/devstack_docker.py
+2
-2
No files found.
lms/envs/devstack_docker.py
View file @
016b6525
...
...
@@ -9,13 +9,13 @@ LOGGING['handlers']['local'] = LOGGING['handlers']['tracking'] = {
LOGGING
[
'loggers'
][
'tracking'
][
'handlers'
]
=
[
'console'
]
HOST
=
'edx.devstack.
edxapp
:18000'
HOST
=
'edx.devstack.
lms
:18000'
SITE_NAME
=
HOST
LMS_ROOT_URL
=
'http://{}'
.
format
(
HOST
)
ECOMMERCE_PUBLIC_URL_ROOT
=
'http://localhost:18130'
ECOMMERCE_API_URL
=
'http://edx.devstack.ecommerce:18130/api/v2'
ENTERPRISE_API_URL
=
'
http://enterprise.example.com/enterprise/api/v1/'
ENTERPRISE_API_URL
=
'
{}/enterprise/api/v1/'
.
format
(
LMS_ROOT_URL
)
OAUTH_OIDC_ISSUER
=
'{}/oauth2'
.
format
(
LMS_ROOT_URL
)
...
...
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