Skip to content

Commit

Permalink
Merge pull request #409 from YujithIsura/main
Browse files Browse the repository at this point in the history
Prod api urls updated
  • Loading branch information
YujithIsura authored Sep 30, 2024
2 parents cf702c9 + d779dff commit 83a9020
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion campus/frontend/assets/config/dev-cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"campusPctiNotesBffApiUrl": "https://3a907137-52a3-4196-9e0d-22d054ea5789-dev.e1-us-east-azure.choreoapis.dev/fieg/pcti-notes-bff/1.0.0",
"campusPctiFeedbackBffApiUrl": "https://3a907137-52a3-4196-9e0d-22d054ea5789-dev.e1-us-east-azure.choreoapis.dev/fieg/pcti-feedback-bff/1.0.0",
"campusAssetsBffApiUrl": "https://3a907137-52a3-4196-9e0d-22d054ea5789-dev.e1-us-east-azure.choreoapis.dev/fieg/asset-bff/1.0.0",
"campusEnrollmentsBffApiUrl": "http://localhost:9095",
"campusEnrollmentsBffApiUrl": "https://3a907137-52a3-4196-9e0d-22d054ea5789-dev.e1-us-east-azure.choreoapis.dev/fieg/enrollment-bff/v1.0",
"choreo_sts_endpoint": "https://sts.choreo.dev/oauth2/token",
"asgardeo_token_endpoint": "https://api.asgardeo.io/t/avinyatest/oauth2/token",
"logout_url": "https://api.asgardeo.io/t/avinyatest/oidc/logout"
Expand Down
2 changes: 1 addition & 1 deletion campus/frontend/assets/config/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"campusPctiNotesBffApiUrl": "https://3a907137-52a3-4196-9e0d-22d054ea5789-dev.e1-us-east-azure.choreoapis.dev/fieg/pcti-notes-bff/1.0.0",
"campusPctiFeedbackBffApiUrl": "https://3a907137-52a3-4196-9e0d-22d054ea5789-dev.e1-us-east-azure.choreoapis.dev/fieg/pcti-feedback-bff/1.0.0",
"campusAssetsBffApiUrl": "https://3a907137-52a3-4196-9e0d-22d054ea5789-prod.e1-us-east-azure.choreoapis.dev/fieg/asset-bff/0.9.0",
"campusEnrollmentsBffApiUrl": "http://localhost:9095",
"campusEnrollmentsBffApiUrl": "https://3a907137-52a3-4196-9e0d-22d054ea5789-prod.e1-us-east-azure.choreoapis.dev/fieg/enrollment-bff/v1.0",
"choreo_sts_endpoint": "https://sts.choreo.dev/oauth2/token",
"asgardeo_token_endpoint": "https://api.asgardeo.io/t/avinyaacademy/oauth2/token",
"logout_url": "https://api.asgardeo.io/t/avinyaacademy/oidc/logout"
Expand Down
2 changes: 1 addition & 1 deletion campus/frontend/assets/config/stag.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"campusPctiNotesBffApiUrl": "https://3a907137-52a3-4196-9e0d-22d054ea5789-dev.e1-us-east-azure.choreoapis.dev/fieg/pcti-notes-bff/1.0.0",
"campusPctiFeedbackBffApiUrl": "https://3a907137-52a3-4196-9e0d-22d054ea5789-dev.e1-us-east-azure.choreoapis.dev/fieg/pcti-feedback-bff/1.0.0",
"campusAssetsBffApiUrl": "https://3a907137-52a3-4196-9e0d-22d054ea5789-dev.e1-us-east-azure.choreoapis.dev/fieg/asset-bff/0.9.0",
"campusEnrollmentsBffApiUrl": "http://localhost:9095",
"campusEnrollmentsBffApiUrl": "https://3a907137-52a3-4196-9e0d-22d054ea5789-dev.e1-us-east-azure.choreoapis.dev/fieg/enrollment-bff/v1.0",
"choreo_sts_endpoint": "https://sts.choreo.dev/oauth2/token",
"asgardeo_token_endpoint": "https://api.asgardeo.io/t/avinyaacademy/oauth2/token",
"logout_url": "https://api.asgardeo.io/t/avinyaacademy/oidc/logout"
Expand Down

0 comments on commit 83a9020

Please sign in to comment.