Skip to content

Commit

Permalink
fix url for mslsx calls
Browse files Browse the repository at this point in the history
  • Loading branch information
JFU-NAVA-PBC committed Dec 15, 2024
1 parent 8665f34 commit 4c73874
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ pipeline {
// use mock login - safer, faster
USE_MSLSX = true
DJANGO_MEDICARE_SLSX_REDIRECT_URI = "http://bb2slsx:8000/mymedicare/sls-callback"
DJANGO_MEDICARE_SLSX_LOGIN_URI = "http://msls:8080/sso/authorize?client_id=bb2api"
DJANGO_SLSX_HEALTH_CHECK_ENDPOINT = "http://msls:8080/health"
DJANGO_SLSX_TOKEN_ENDPOINT = "http://msls:8080/sso/session"
DJANGO_SLSX_SIGNOUT_ENDPOINT = "http://msls:8080/sso/signout"
DJANGO_SLSX_USERINFO_ENDPOINT = "http://msls:8080/v1/users"
DJANGO_MEDICARE_SLSX_LOGIN_URI = "http://localhost:8080/sso/authorize?client_id=bb2api"
DJANGO_SLSX_HEALTH_CHECK_ENDPOINT = "http://localhost:8080/health"
DJANGO_SLSX_TOKEN_ENDPOINT = "http://localhost:8080/sso/session"
DJANGO_SLSX_SIGNOUT_ENDPOINT = "http://localhost:8080/sso/signout"
DJANGO_SLSX_CLIENT_ID = credentials("bb2-selenium-tests-slsx-client-id")
DJANGO_SLSX_CLIENT_SECRET = credentials("bb2-selenium-tests-slsx-client-secret")
DJANGO_USER_ID_ITERATIONS = credentials("bb2-integration-tests-bfd-iterations")
Expand Down

0 comments on commit 4c73874

Please sign in to comment.