Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
Redninjale committed Feb 28, 2025
1 parent ab521a1 commit 70e9df5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion my-turborepo/packages/auth/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const env = createEnv({
process.env.NODE_ENV === "production"
? z.string().min(1)
: z.string().min(1).optional(),
AUTH_URL: z.string().url().optional(),
AUTH_TRUST_HOST: z.string().url().optional(),
},
client: {},
experimental__runtimeEnv: {},
Expand Down
1 change: 0 additions & 1 deletion my-turborepo/packages/auth/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ export const authConfig = {
};
},
},
trustHost: !!env.AUTH_URL,
} satisfies NextAuthConfig;

0 comments on commit 70e9df5

Please sign in to comment.