refactor: remova paranthesis

This commit is contained in:
mashal-m
2023-11-30 12:56:27 +05:00
committed by Adolfo R. Brandes
parent b5ace63438
commit b13c26b06a

View File

@@ -5,7 +5,7 @@ BASE_URL='localhost:1995'
CREDENTIALS_BASE_URL='http://localhost:18150'
ACCOUNT_SETTINGS_URL=http://localhost:1997
CSRF_TOKEN_API_PATH='/csrf/api/v1/token'
ACCOUNT_PROFILE_URL='http://localhost:1995'
ACCOUNT_PROFILE_URL=http://localhost:1995
ECOMMERCE_BASE_URL='http://localhost:18130'
LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference'
LMS_BASE_URL='http://localhost:18000'