Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
3c9f0990
Commit
3c9f0990
authored
12 years ago
by
David Ormsbee
Browse files
Options
Downloads
Patches
Plain Diff
Modify server group dev config to enable separate concurrent Askbot instances.
parent
e85db614
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lms/envs/devgroups/courses.py
+3
-0
3 additions, 0 deletions
lms/envs/devgroups/courses.py
lms/envs/devgroups/h_cs50.py
+2
-1
2 additions, 1 deletion
lms/envs/devgroups/h_cs50.py
lms/envs/devgroups/m_6002.py
+2
-1
2 additions, 1 deletion
lms/envs/devgroups/m_6002.py
with
7 additions
and
2 deletions
lms/envs/devgroups/courses.py
+
3
−
0
View file @
3c9f0990
...
...
@@ -41,3 +41,6 @@ def course_db_for(course_id):
}
}
def
askbot_url_for
(
course_id
):
return
"
courses/{0}/discussions/
"
.
format
(
course_id
)
This diff is collapsed.
Click to expand it.
lms/envs/devgroups/h_cs50.py
+
2
−
1
View file @
3c9f0990
from
.courses
import
*
DATABASES
=
course_db_for
(
'
HarvardX/CS50x/2012
'
)
\ No newline at end of file
DATABASES
=
course_db_for
(
'
HarvardX/CS50x/2012
'
)
ASKBOT_URL
=
askbot_url_for
(
"
HarvardX/CS50x/2012
"
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
lms/envs/devgroups/m_6002.py
+
2
−
1
View file @
3c9f0990
from
.courses
import
*
DATABASES
=
course_db_for
(
'
MITx/6.002x/2012_Fall
'
)
\ No newline at end of file
DATABASES
=
course_db_for
(
'
MITx/6.002x/2012_Fall
'
)
ASKBOT_URL
=
askbot_url_for
(
"
MITx/6.002x/2012_Fall
"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment