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
55561990
Commit
55561990
authored
Aug 04, 2017
by
Brian Beggs
Committed by
GitHub
Aug 04, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15751 from edx/bbeggs/PLAT-1656
Add forums URL default for docker devstack
parents
0a81e6c2
7b54cf56
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
cms/envs/bok_choy_docker.env.json
+1
-1
lms/envs/bok_choy_docker.env.json
+1
-1
lms/envs/devstack_docker.py
+2
-0
No files found.
cms/envs/bok_choy_docker.env.json
View file @
55561990
...
...
@@ -56,7 +56,7 @@
}
},
"COMMENTS_SERVICE_KEY"
:
"password"
,
"COMMENTS_SERVICE_URL"
:
"http://
localhost
:4567"
,
"COMMENTS_SERVICE_URL"
:
"http://
edx.devstack.forum
:4567"
,
"CONTACT_EMAIL"
:
"info@example.com"
,
"DEFAULT_FEEDBACK_EMAIL"
:
"feedback@example.com"
,
"DEFAULT_FROM_EMAIL"
:
"registration@example.com"
,
...
...
lms/envs/bok_choy_docker.env.json
View file @
55561990
...
...
@@ -56,7 +56,7 @@
}
},
"COMMENTS_SERVICE_KEY"
:
"password"
,
"COMMENTS_SERVICE_URL"
:
"http://
localhost
:4567"
,
"COMMENTS_SERVICE_URL"
:
"http://
edx.devstack.forum
:4567"
,
"CONTACT_EMAIL"
:
"info@example.com"
,
"DEFAULT_FEEDBACK_EMAIL"
:
"feedback@example.com"
,
"DEFAULT_FROM_EMAIL"
:
"registration@example.com"
,
...
...
lms/envs/devstack_docker.py
View file @
55561990
...
...
@@ -17,6 +17,8 @@ LMS_ROOT_URL = 'http://{}'.format(LMS_BASE)
ECOMMERCE_PUBLIC_URL_ROOT
=
'http://localhost:18130'
ECOMMERCE_API_URL
=
'http://edx.devstack.ecommerce:18130/api/v2'
COMMENTS_SERVICE_URL
=
'http://edx.devstack.forum:4567'
ENTERPRISE_API_URL
=
'{}/enterprise/api/v1/'
.
format
(
LMS_ROOT_URL
)
ENABLE_ENTERPRISE_INTEGRATION
=
False
...
...
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