Skip to content

Commit

Permalink
Closes #16
Browse files Browse the repository at this point in the history
Frontend integration with Keycloak.
  • Loading branch information
Sojusan committed Feb 16, 2024
1 parent d3ae3cd commit 75a2675
Show file tree
Hide file tree
Showing 13 changed files with 12,443 additions and 10,634 deletions.
6 changes: 5 additions & 1 deletion frontend/env/.env.development
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
VITE_API_URL = https://localhost:5001
VITE_API_URL = "https://localhost:5000"

VITE_KEYCLOAK_URL="http://localhost:8080/"
VITE_KEYCLOAK_REALM="KnowledgeSummarized"
VITE_KEYCLOAK_CLIENT_ID="ksummarized"
5 changes: 5 additions & 0 deletions frontend/env/.env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
VITE_API_URL = "https://localhost:5000"

VITE_KEYCLOAK_URL="http://localhost:8080/"
VITE_KEYCLOAK_REALM="KnowledgeSummarized"
VITE_KEYCLOAK_CLIENT_ID="ksummarized"
Loading

0 comments on commit 75a2675

Please sign in to comment.