Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions py_configuration_files/cms.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -291,6 +291,13 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
############################ AI_TRANSLATIONS ##################################
AI_TRANSLATIONS_API_URL = 'http://localhost:18760/api/v1'

############################ COURSE OPTIMIZER EXTENDED REPORT ##################
# xpert-ai-workflows running on the host machine (not in the devstack docker
# network), reached via Docker's host-gateway alias. Shared secret must match
# that service's own EDX_STUDIO_API_KEY.
COURSE_ANALYSIS_WORKFLOW_URL = 'http://host.docker.internal:19090'
COURSE_ANALYSIS_WORKFLOW_API_KEY = 'this_is_a_test_api_key' # matches xpert-ai-workflows' local .env

############################ CSRF ##################################

# MFEs that will call this service in devstack
Expand Down
Loading