Skip to content

Commit 08802d3

Browse files
committed
log ..envs
1 parent 6e1540f commit 08802d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/web/src/auth/server.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ const baseUrl =
1111
? `https://${env.VERCEL_URL}`
1212
: "http://localhost:3000";
1313

14+
console.log("env.STRIPE_SECRET_KEY", env.STRIPE_SECRET_KEY);
15+
console.log("env.STRIPE_WEBHOOK_SECRET", env.STRIPE_WEBHOOK_SECRET);
16+
1417
export const auth = initAuth({
1518
appName: "Journl",
1619
baseUrl,

0 commit comments

Comments
 (0)