Skip to content

Commit

Permalink
fix: t3env-server adjustment
Browse files Browse the repository at this point in the history
Adjusted T3Env server file to exclude requirements for Kinde URLs
  • Loading branch information
hbabb committed Dec 7, 2024
1 parent 9db7fa1 commit 79f8592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/env/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export const env = createEnv({
KINDE_CLIENT_SECRET: z.string(),
KINDE_ISSUER_URL: z.string().url(),
// KINDE_SITE_URL: z.string().url(),
KINDE_POST_LOGOUT_REDIRECT_URL: z.string().url(),
KINDE_POST_LOGIN_REDIRECT_URL: z.string().url(),
// KINDE_POST_LOGOUT_REDIRECT_URL: z.string().url(),
// KINDE_POST_LOGIN_REDIRECT_URL: z.string().url(),
KINDE_DOMAIN: z.string().url(),
KINDE_M2M_CLIENT_ID: z.string(),
KINDE_M2M_CLIENT_SECRET: z.string(),
Expand Down

0 comments on commit 79f8592

Please sign in to comment.