From 6ca5ea0c81d1b594ffacea595614e4ec7004b7b8 Mon Sep 17 00:00:00 2001 From: alangsto <46360176+alangsto@users.noreply.github.com> Date: Wed, 22 Mar 2023 10:51:33 -0400 Subject: [PATCH] fix: update exams service url (#31977) --- cms/envs/common.py | 2 +- lms/envs/common.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index 9c0c0c3d5b..710cbb4f7d 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -2407,7 +2407,7 @@ ANALYTICS_DASHBOARD_NAME = 'Your Platform Name Here Insights' COMMENTS_SERVICE_URL = 'http://localhost:18080' COMMENTS_SERVICE_KEY = 'password' -EXAMS_SERVICE_URL = 'http://localhost:8740/api/v1' +EXAMS_SERVICE_URL = 'http://localhost:18740/api/v1' EXAMS_SERVICE_USERNAME = 'edx_exams_worker' FINANCIAL_REPORTS = { diff --git a/lms/envs/common.py b/lms/envs/common.py index fbe6c978d9..59730af797 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -4216,7 +4216,7 @@ ECOMMERCE_SERVICE_WORKER_USERNAME = 'ecommerce_worker' ECOMMERCE_API_SIGNING_KEY = 'SET-ME-PLEASE' # Exam Service -EXAMS_SERVICE_URL = 'http://localhost:8740/api/v1' +EXAMS_SERVICE_URL = 'http://localhost:18740/api/v1' TOKEN_SIGNING = { 'JWT_ISSUER': 'http://127.0.0.1:8740',