There was an error while loading. Please reload this page.
1 parent cc7b667 commit 7e006caCopy full SHA for 7e006ca
1 file changed
.env.example
@@ -16,11 +16,11 @@ PORT=3000
16
# The full domain URL of your ZITADEL instance. You can find this in your
17
# ZITADEL organization's settings.
18
# Example: https://my-org-a1b2c3.zitadel.cloud
19
-VITE_ZITADEL_DOMAIN="https://nodules-z0sudo.us1.zitadel.cloud"
+VITE_ZITADEL_DOMAIN="https://your-zitadel-domain"
20
21
# The unique Client ID for your application, obtained from the ZITADEL Console.
22
# This identifier tells ZITADEL which application is making the request.
23
-VITE_ZITADEL_CLIENT_ID="324617411510731868"
+VITE_ZITADEL_CLIENT_ID="your-zitadel-application-client-id"
24
25
# The full URL where ZITADEL redirects the user after they have authenticated.
26
# This MUST exactly match one of the "Redirect URIs" you have configured in
0 commit comments