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
83e52905
Commit
83e52905
authored
Jun 16, 2017
by
Brian Beggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ADD LMS_BASE and CMS_BASE to devstack_docker config files
parent
ceb126ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
cms/envs/devstack_docker.py
+4
-1
lms/envs/devstack_docker.py
+4
-3
No files found.
cms/envs/devstack_docker.py
View file @
83e52905
...
@@ -9,7 +9,10 @@ LOGGING['handlers']['local'] = LOGGING['handlers']['tracking'] = {
...
@@ -9,7 +9,10 @@ LOGGING['handlers']['local'] = LOGGING['handlers']['tracking'] = {
LOGGING
[
'loggers'
][
'tracking'
][
'handlers'
]
=
[
'console'
]
LOGGING
[
'loggers'
][
'tracking'
][
'handlers'
]
=
[
'console'
]
LMS_ROOT_URL
=
'http://edx.devstack.lms:18000'
LMS_BASE
=
'edx.devstack.lms:18000'
CMS_BASE
=
'edx.devstack.cms:18010'
LMS_ROOT_URL
=
'http://{}'
.
format
(
LMS_BASE
)
FEATURES
.
update
({
FEATURES
.
update
({
'ENABLE_COURSEWARE_INDEX'
:
False
,
'ENABLE_COURSEWARE_INDEX'
:
False
,
...
...
lms/envs/devstack_docker.py
View file @
83e52905
...
@@ -9,9 +9,10 @@ LOGGING['handlers']['local'] = LOGGING['handlers']['tracking'] = {
...
@@ -9,9 +9,10 @@ LOGGING['handlers']['local'] = LOGGING['handlers']['tracking'] = {
LOGGING
[
'loggers'
][
'tracking'
][
'handlers'
]
=
[
'console'
]
LOGGING
[
'loggers'
][
'tracking'
][
'handlers'
]
=
[
'console'
]
HOST
=
'edx.devstack.lms:18000'
LMS_BASE
=
'edx.devstack.lms:18000'
SITE_NAME
=
HOST
CMS_BASE
=
'edx.devstack.cms:18010'
LMS_ROOT_URL
=
'http://{}'
.
format
(
HOST
)
SITE_NAME
=
LMS_BASE
LMS_ROOT_URL
=
'http://{}'
.
format
(
LMS_BASE
)
ECOMMERCE_PUBLIC_URL_ROOT
=
'http://localhost:18130'
ECOMMERCE_PUBLIC_URL_ROOT
=
'http://localhost:18130'
ECOMMERCE_API_URL
=
'http://edx.devstack.ecommerce:18130/api/v2'
ECOMMERCE_API_URL
=
'http://edx.devstack.ecommerce:18130/api/v2'
...
...
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