Compare commits

...

1 Commits

Author SHA1 Message Date
mashal-m
5baa30ab8d feat: add account and profile urls in env files 2023-12-04 13:14:06 +05:00
2 changed files with 4 additions and 0 deletions

2
.env
View File

@@ -13,6 +13,8 @@ ACCESS_TOKEN_COOKIE_NAME=''
LANGUAGE_PREFERENCE_COOKIE_NAME=''
NEW_RELIC_APP_ID=''
NEW_RELIC_LICENSE_KEY=''
ACCOUNT_SETTINGS_URL=''
ACCOUNT_PROFILE_URL=''
SITE_NAME=''
MARKETING_SITE_BASE_URL=''
SUPPORT_URL=''

View File

@@ -21,6 +21,8 @@ LMS_CLIENT_ID='login-service-client-id'
SEGMENT_KEY=''
FEATURE_FLAGS={}
MARKETING_SITE_BASE_URL='http://localhost:18000'
ACCOUNT_SETTINGS_URL='http://localhost:1997'
ACCOUNT_PROFILE_URL='http://localhost:1995'
SUPPORT_URL='http://localhost:18000/support'
CONTACT_URL='http://localhost:18000/contact'
OPEN_SOURCE_URL='http://localhost:18000/openedx'