Skip to content

Commit

Permalink
Merge pull request #1124 from openedx/jhynes/APER-3582_add-missing-se…
Browse files Browse the repository at this point in the history
…tting-default

chore: add missing ACCOUNT_PROFILE_URL setting to the Account MFE
  • Loading branch information
justinhynes committed Sep 24, 2024
2 parents cd44f15 + a1877bb commit 4179aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ACCESS_TOKEN_COOKIE_NAME=''
ACCOUNT_PROFILE_URL=''
BASE_URL=''
CREDENTIALS_BASE_URL=''
CSRF_TOKEN_API_PATH=''
Expand Down
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
ACCOUNT_PROFILE_URL='http://localhost:1995'
BASE_URL='localhost:1997'
CREDENTIALS_BASE_URL='http://localhost:18150'
CSRF_TOKEN_API_PATH='/csrf/api/v1/token'
Expand Down

0 comments on commit 4179aa7

Please sign in to comment.