Skip to content

Commit

Permalink
Add policy endpoint url to config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zgong-gov committed Nov 28, 2024
1 parent 0587f81 commit 9513e01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/public/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const envConfig = (() => {
VITE_KEYCLOAK_ISSUER_URL: "",
VITE_KEYCLOAK_AUDIENCE: "",
VITE_SITEMINDER_LOG_OFF_URL: "",
VITE_FRONTEND_PR_NUM: ""
VITE_FRONTEND_PR_NUM: "",
VITE_POLICY_URL: "http://localhost:5002",
};
})();

0 comments on commit 9513e01

Please sign in to comment.