Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

feat: add account and profile urls in env files #154

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ CSRF_COOKIE_NAME=null
LANGUAGE_PREFERENCE_COOKIE_NAME=null
SITE_NAME=null
ACCOUNT_SETTINGS_URL=null
ACCOUNT_PROFILE_URL=null
DATA_API_BASE_URL=null
SECURE_COOKIES=null
REGISTRAR_API_BASE_URL=null
Expand Down
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ CSRF_COOKIE_NAME='csrftoken'
LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference'
SITE_NAME='edX'
ACCOUNT_SETTINGS_URL='https://localhost:1997'
ACCOUNT_PROFILE_URL='http://localhost:1995'
DATA_API_BASE_URL='http://localhost:8000'
SECURE_COOKIES=false
REGISTRAR_API_BASE_URL='http://localhost:18734/api'
Expand Down
1 change: 1 addition & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ CSRF_COOKIE_NAME='csrftoken'
LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference'
SITE_NAME='edX'
ACCOUNT_SETTINGS_URL='https://localhost:1997'
ACCOUNT_PROFILE_URL='http://localhost:1995'
DATA_API_BASE_URL='http://localhost:8000'
SECURE_COOKIES=false
REGISTRAR_API_BASE_URL='http://localhost:18734/api'
Expand Down