I’m using a plugin like this:
from tutor import hooks
hooks.Filters.ENV_PATCHES.add_item(
(
"openedx-lms-production-settings",
"""
AUTHN_MICROFRONTEND_DOMAIN = "apps.lms.example.com/authn"
"""
)
)
Where apps.lms.example.com is your MFE_HOST