diff --git a/apps/web/.env.example b/apps/web/.env.example index a3d399b..8477646 100644 --- a/apps/web/.env.example +++ b/apps/web/.env.example @@ -3,9 +3,9 @@ DATABASE_URL="postgresql://opencut:opencutthegoat@localhost:5432/opencut" -# Next.js Configuration -NEXTAUTH_URL=http://localhost:3000 -NEXTAUTH_SECRET=your-secret-key-here +# Better Auth +BETTER_AUTH_URL=http://localhost:3000 +BETTER_AUTH_SECRET=your-secret-key-here # Development Environment NODE_ENV=development