@@ -304,7 +304,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
304304 'localhost:1997' , # frontend-app-account
305305 'localhost:1976' , # frontend-app-program-console
306306 'localhost:1994' , # frontend-app-gradebook
307- 'localhost:2010' , # frontend-app-learning
307+ 'localhost:2010' , # frontend-app-learning (port changed from 2000 to 2010, due to conflict in codepsace)
308308 'localhost:2001' , # frontend-app-course-authoring
309309 'localhost:3001' , # frontend-app-library-authoring
310310 'localhost:18400' , # frontend-app-publisher
@@ -382,7 +382,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
382382EDXNOTES_CLIENT_NAME = 'edx_notes_api-backend-service'
383383
384384############## Settings for Microfrontends #########################
385- LEARNING_MICROFRONTEND_URL = 'http://localhost:2010'
385+ LEARNING_MICROFRONTEND_URL = 'http://localhost:2010' # (port changed from 2000 to 2010, due to conflict in codepsace)
386386ACCOUNT_MICROFRONTEND_URL = 'http://localhost:1997'
387387PROFILE_MICROFRONTEND_URL = 'http://localhost:1995'
388388COMMUNICATIONS_MICROFRONTEND_URL = 'http://localhost:1984'
@@ -542,7 +542,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
542542
543543# MFEs that will call this service in devstack
544544CSRF_TRUSTED_ORIGINS = [
545- 'http://localhost:2010' , # frontend-app-learning
545+ 'http://localhost:2010' , # frontend-app-learning (port changed from 2000 to 2010, due to conflict in codepsace)
546546 'http://localhost:2001' , # frontend-app-course-authoring
547547 'http://localhost:1997' , # frontend-app-account
548548 'http://localhost:1995' , # frontend-app-profile
0 commit comments