Merge pull request #26833 from edx/tuchfarber/add_credentials_username_to_cms

Add credentials service username to common cms
This commit is contained in:
Matt Tuchfarber
2021-03-03 12:26:46 -05:00
committed by GitHub

View File

@@ -2133,6 +2133,7 @@ ECOMMERCE_API_SIGNING_KEY = 'SET-ME-PLEASE'
CREDENTIALS_INTERNAL_SERVICE_URL = 'http://localhost:8005'
CREDENTIALS_PUBLIC_SERVICE_URL = 'http://localhost:8005'
CREDENTIALS_SERVICE_USERNAME = 'credentials_service_user'
ANALYTICS_DASHBOARD_URL = 'http://localhost:18110/courses'
ANALYTICS_DASHBOARD_NAME = 'Your Platform Name Here Insights'