From 750ef80b60e7f353ed3b3d68dba6214db044e6fb Mon Sep 17 00:00:00 2001 From: Daniel Logvin <62754263+dlogvin@users.noreply.github.com> Date: Thu, 29 Apr 2021 15:24:36 +0300 Subject: [PATCH] Update on instructions of URL The NEXTAUTH_URL can be ignored while working locally. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3b8e0c..8daa8fe 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ A Next.js starter kit template with React 17 + Typescript + Tailwind CSS 2 + Rea To run this project, you will need to add the following environment variables to your `.env.local` file - `NEXTAUTH_URL` - - This is the your application URL. Locally, you can set this to `http://localhost:3000` + - This is the your application URL. Only set it up in producton, locally you can leave it commented. - `SECRET` - Set this to any randomly generated string - `EMAIL_SERVER`