fix: update exams service url (#31977)

This commit is contained in:
alangsto
2023-03-22 10:51:33 -04:00
committed by GitHub
parent ef0a7bc50f
commit 6ca5ea0c81
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = {

View File

@@ -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',