chore: Remove NEXTAUTH_URL (#2840)

This commit is contained in:
Dhruwang Jariwala
2024-07-08 13:46:41 +05:30
committed by GitHub
parent 60256533e3
commit 3927867c81
13 changed files with 4 additions and 28 deletions
+1
View File
@@ -153,6 +153,7 @@ const nextConfig = {
env: {
INSTANCE_ID: createId(),
INTERNAL_SECRET: createId(),
NEXTAUTH_URL: process.env.WEBAPP_URL,
},
};