Skip to content

Commit 65ccf8d

Browse files
authored
Merge branch 'main' into feature/apple-oauth-support
2 parents 8a31631 + 2f864e3 commit 65ccf8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/.env.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ NEXT_PUBLIC_URL=http://localhost:3000
1414
# Google OAuth Config
1515
################################################################################
1616
# Optional: Google OAuth2 Client ID, not activated if not set
17-
# GOOGLE_CLIENT_ID=oauth2-client-id
17+
# GOOGLE_CLIENT_ID=
1818

1919
# Optional: Google OAuth2 Client Secret, not activated if not set
20-
# GOOGLE_CLIENT_SECRET=oauth2-client-secret
20+
# GOOGLE_CLIENT_SECRET=
2121

2222
################################################################################
2323
# zitadel oauth config
2424
################################################################################
2525
# optional: google oauth2 client id, not activated if not set
26-
ZITADEL_CLIENT_ID=298062958548846024
26+
# ZITADEL_CLIENT_ID=
2727

2828
# optional: google oauth2 client secret, not activated if not set
29-
ZITADEL_CLIENT_SECRET=q2isqvfws3kg0af4ksiek3jigwre5utfoxgwkjj7mkbsmpgdyv1abyq6jcgpakch
29+
# ZITADEL_CLIENT_SECRET=
3030

3131
################################################################################
3232
# Apple OAuth Config

0 commit comments

Comments
 (0)