From 0feeaaf8176a3dbd22943df9c748c3da671cee61 Mon Sep 17 00:00:00 2001 From: Matt Tuchfarber Date: Wed, 3 Mar 2021 11:46:32 -0500 Subject: [PATCH] Add credentials service username to common cms We're now calling programs-related code from CMS so we need to have the username for the credentials service available in CMS --- cms/envs/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index 3144f7ec3e..9c9566f37d 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -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'