fix: align auth env var naming with NEXT_PUBLIC_SITE_URL
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ export const auth = betterAuth({
|
||||
clientSecret: process.env.DISCORD_CLIENT_SECRET || "",
|
||||
},
|
||||
},
|
||||
trustedOrigins: [process.env.NEXT_PUBLIC_BASE_URL || "https://localhost:3000"],
|
||||
trustedOrigins: [process.env.NEXT_PUBLIC_SITE_URL || "https://localhost:3000"],
|
||||
rateLimit: {
|
||||
enabled: true,
|
||||
window: 60,
|
||||
|
||||
Reference in New Issue
Block a user