Skip to content

Commit

Permalink
fix(frontend): Change auth url
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodmota committed May 8, 2024
1 parent 65307b2 commit 69b7a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script>
window.ENV = {
REACT_APP_COUNTRY_RISK_API: "http://localhost:8080",
REACT_APP_AUTH_URL: "https://localhost:8081/auth",
REACT_APP_AUTH_URL: "https://bpdm-keycloak.int.demo.catena-x.net/auth",
REACT_APP_PORTAL_FRONTEND: "http://localhost:3000",
REACT_APP_PORTAL_BACKEND: "http://localhost:8080",
REACT_APP_COUNTRY_RISK_CLIENT: "country_risk_client",
Expand Down

0 comments on commit 69b7a39

Please sign in to comment.