A social knowledge tool for researchers built on ATProto

update env var for app url

+1 -1
+1 -1
src/webapp/lib/auth/dal.server.ts
··· 2 2 import { cookies } from 'next/headers'; 3 3 import { cache } from 'react'; 4 4 5 - const appUrl = process.env.APP_URL || 'http://127.0.0.1:4000'; 5 + const appUrl = process.env.NEXT_PUBLIC_APP_URL || 'http://127.0.0.1:4000'; 6 6 7 7 export const verifySessionOnServer = cache(async () => { 8 8 const cookieStore = await cookies();