Skip to content

Commit 7e006ca

Browse files
committed
fix: replace real credentials with placeholders in .env.example
1 parent cc7b667 commit 7e006ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ PORT=3000
1616
# The full domain URL of your ZITADEL instance. You can find this in your
1717
# ZITADEL organization's settings.
1818
# Example: https://my-org-a1b2c3.zitadel.cloud
19-
VITE_ZITADEL_DOMAIN="https://nodules-z0sudo.us1.zitadel.cloud"
19+
VITE_ZITADEL_DOMAIN="https://your-zitadel-domain"
2020

2121
# The unique Client ID for your application, obtained from the ZITADEL Console.
2222
# This identifier tells ZITADEL which application is making the request.
23-
VITE_ZITADEL_CLIENT_ID="324617411510731868"
23+
VITE_ZITADEL_CLIENT_ID="your-zitadel-application-client-id"
2424

2525
# The full URL where ZITADEL redirects the user after they have authenticated.
2626
# This MUST exactly match one of the "Redirect URIs" you have configured in

0 commit comments

Comments
 (0)