Skip to content

Commit f0e80ee

Browse files
committed
fixup! Comment on port mismatch
1 parent f9f3eec commit f0e80ee

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

py_configuration_files/cms.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,10 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
316316

317317
# Disabled by default since codejail service needs to be configured
318318
# and started separately. See docs/codejail.rst for details.
319+
#ENABLE_CODEJAIL_REST_SERVICE = True
319320

320-
# ENABLE_CODEJAIL_REST_SERVICE = True
321+
# Note that this is exposed on port 8080 to other devstack services,
322+
# but 18030 outside of Docker.
321323
CODE_JAIL_REST_SERVICE_HOST = "http://edx.devstack.codejail:8080"
322324

323325

py_configuration_files/lms.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,10 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
558558

559559
# Disabled by default since codejail service needs to be configured
560560
# and started separately. See docs/codejail.rst for details.
561+
#ENABLE_CODEJAIL_REST_SERVICE = True
561562

562-
# ENABLE_CODEJAIL_REST_SERVICE = True
563+
# Note that this is exposed on port 8080 to other devstack services,
564+
# but 18030 outside of Docker.
563565
CODE_JAIL_REST_SERVICE_HOST = "http://edx.devstack.codejail:8080"
564566

565567
################# New settings must go ABOVE this line #################

0 commit comments

Comments
 (0)