openedx / frontend-app-account

Open edX micro-frontend application for managing user account information.
GNU Affero General Public License v3.0
19 stars 125 forks source link

chore: add missing ACCOUNT_PROFILE_URL setting to the Account MFE #1124

Closed justinhynes closed 2 months ago

justinhynes commented 2 months ago

[APER-3582]

Description

This PR adds the ACCOUNT_PROFILE_URL setting to the .env and .env.development settings files in order to make it easier to configure the communication between the Profile and Account MFEs in Open edX development environments.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 58.61%. Comparing base (cd44f15) to head (a1877bb). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1124 +/- ## ======================================= Coverage 58.61% 58.61% ======================================= Files 117 117 Lines 2317 2317 Branches 639 644 +5 ======================================= Hits 1358 1358 Misses 898 898 Partials 61 61 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.