We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1540f commit 08802d3Copy full SHA for 08802d3
apps/web/src/auth/server.ts
@@ -11,6 +11,9 @@ const baseUrl =
11
? `https://${env.VERCEL_URL}`
12
: "http://localhost:3000";
13
14
+console.log("env.STRIPE_SECRET_KEY", env.STRIPE_SECRET_KEY);
15
+console.log("env.STRIPE_WEBHOOK_SECRET", env.STRIPE_WEBHOOK_SECRET);
16
+
17
export const auth = initAuth({
18
appName: "Journl",
19
baseUrl,
0 commit comments