Skip to content

Commit

Permalink
Merge pull request #1446 from swaroopar/feature/updateLocalZitadelDet…
Browse files Browse the repository at this point in the history
…ails

update local zitadel connection details
  • Loading branch information
iskey authored Jan 16, 2025
2 parents 58e6628 + 5a5e665 commit 869902f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.zitadel-local
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VITE_APP_ZITADEL_SCOPE='openid profile urn:zitadel:iam:org:projects:roles urn:zitadel:iam:user:metadata'
VITE_APP_ZITADEL_REDIRECT_URI='/authentication/callback'
VITE_APP_ZITADEL_SILENT_REDIRECT_URI='/authentication/silent-callback'
VITE_APP_ZITADEL_AUTHORITY_URL='http://localhost:8081'
VITE_APP_ZITADEL_CLIENT_ID=''
VITE_APP_ZITADEL_AUTHORITY_URL='http://localhost:8088'
VITE_APP_ZITADEL_CLIENT_ID='302705713203970051'
VITE_APP_AUTH_DISABLED=false

0 comments on commit 869902f

Please sign in to comment.