From d0ae86cf74adaf09c642750cf8b87b9db87894c3 Mon Sep 17 00:00:00 2001 From: Rick Lamers Date: Sat, 22 Jun 2024 06:30:46 -0700 Subject: [PATCH] chore: add README instruction --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb13af6..2def3e9 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Username: dummy@groq.com Password: groqspeed +You can change it here: `src/app/api/auth/[...nextauth]/route.ts` + These variables should be set in your `.env.local` file for local development. ## Happy Hacking!