From a513d477acc796de86b01e4e60c5946783800ebb Mon Sep 17 00:00:00 2001 From: Christie Rice <8483753+crice100@users.noreply.github.com> Date: Mon, 26 Aug 2019 12:13:51 -0400 Subject: [PATCH] ENT-2252 Remove journals urls (#21451) --- cms/envs/common.py | 3 --- lms/envs/common.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index 766859aeef..1200af9f17 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -1874,9 +1874,6 @@ ECOMMERCE_API_SIGNING_KEY = 'SET-ME-PLEASE' CREDENTIALS_INTERNAL_SERVICE_URL = 'http://localhost:8005' CREDENTIALS_PUBLIC_SERVICE_URL = None -JOURNALS_URL_ROOT = 'https://journals-localhost:18000' -JOURNALS_API_URL = 'https://journals-localhost:18000/api/v1/' - ANALYTICS_DASHBOARD_URL = 'http://localhost:18110/courses' ANALYTICS_DASHBOARD_NAME = 'Your Platform Name Here Insights' diff --git a/lms/envs/common.py b/lms/envs/common.py index 826fff6164..4af736abf6 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -3279,9 +3279,6 @@ COURSE_CATALOG_API_URL = 'http://localhost:8008/api/v1' CREDENTIALS_INTERNAL_SERVICE_URL = 'http://localhost:8005' CREDENTIALS_PUBLIC_SERVICE_URL = None -JOURNALS_URL_ROOT = 'https://journals-localhost:18000' -JOURNALS_API_URL = 'https://journals-localhost:18000/api/v1/' - COMMENTS_SERVICE_URL = 'http://localhost:18080' COMMENTS_SERVICE_KEY = 'password'