Skip to content

Commit

Permalink
fix: missing test setting
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 committed Nov 3, 2023
1 parent e17d65f commit 503f23c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions edx_exams/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
SESSION_COOKIE_DOMAIN = 'localhost'

ROOT_URL = 'http://localhost:18740'
LTI_API_BASE = 'http://localhost:18740'
LMS_ROOT_URL = 'http://localhost:18000'
LEARNING_MICROFRONTEND_URL = 'http://localhost:2000'
EXAMS_DASHBOARD_MFE_URL = 'http://localhost:2020'
Expand Down
1 change: 1 addition & 0 deletions edx_exams/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
)

ROOT_URL = 'http://test.exams:18740'
LTI_API_BASE = 'http://test.exams:18740'
LMS_ROOT_URL = 'http://test.lms:18000'
LEARNING_MICROFRONTEND_URL = 'http://test.learning:2000'

Expand Down

0 comments on commit 503f23c

Please sign in to comment.