tutor-credentials/tutorcredentials/patches/openedx-lms-development-settings
Adolfo R. Brandes 3c445adf8e feat: Add support for the Learner Record MFE
And while we're at it:

* Fix an issue with development mode OAUTH2
* Fix the OAUTH2 LMS configuration variables; it wasn't possible to
  change them in production
2023-12-09 15:31:41 +01:00

7 lines
361 B
Plaintext

CREDENTIALS_INTERNAL_SERVICE_URL = 'http://{{ CREDENTIALS_HOST }}:8150'
CREDENTIALS_PUBLIC_SERVICE_URL = CREDENTIALS_INTERNAL_SERVICE_URL
MFE_CONFIG["CREDENTIALS_BASE_URL"] = CREDENTIALS_INTERNAL_SERVICE_URL
MFE_CONFIG["SUPPORT_URL_LEARNER_RECORDS"] = ''
MFE_CONFIG["ENABLE_VERIFIABLE_CREDENTIALS"] = False
MFE_CONFIG["SUPPORT_URL_VERIFIABLE_CREDENTIALS"] = ''