Skip to content

Commit

Permalink
Fix list of default services to include MFEs (openedx-unsupported#528)
Browse files Browse the repository at this point in the history
PR openedx-unsupported#505 mistakenly omitted the microfrontend
services from the new `DEFAULT_SERVICES`
list, which determines what is brought up upon
`make dev.up`.
  • Loading branch information
kdmccormick authored May 5, 2020
1 parent cdb5d6e commit 7956deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ FS_SYNC_STRATEGY ?= local-mounts
# TODO: Re-evaluate this list and consider paring it down to a tighter core.
# The current value was chosen such that it would not change the existing
# Devstack behavior.
DEFAULT_SERVICES ?= lms+studio+ecommerce+discovery+credentials+forum+edx_notes_api+registrar
DEFAULT_SERVICES ?= lms+studio+ecommerce+discovery+credentials+forum+edx_notes_api+registrar+gradebook+program-console+frontend-app-publisher

0 comments on commit 7956deb

Please sign in to comment.