Skip to content

Commit

Permalink
chore: add ora mfe to devstack env
Browse files Browse the repository at this point in the history
  • Loading branch information
leangseu-edx committed Jan 24, 2024
1 parent b4280d4 commit 75daee1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cms/envs/devstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
CREDENTIALS_INTERNAL_SERVICE_URL = 'http://localhost:18150'
CREDENTIALS_PUBLIC_SERVICE_URL = 'http://localhost:18150'

########################## ORA MFE APP ##############################
ORA_MICROFRONTEND_URL = 'http://localhost:1992'

############################ AI_TRANSLATIONS ##################################
AI_TRANSLATIONS_API_URL = 'http://localhost:18760/api/v1'

Expand Down

0 comments on commit 75daee1

Please sign in to comment.