From 16ee9b14b6964807c070d87368fb0aec8da32ffd Mon Sep 17 00:00:00 2001 From: Daniel Logvin <62754263+dlogvin@users.noreply.github.com> Date: Thu, 29 Apr 2021 15:25:55 +0300 Subject: [PATCH] Comment of line NEXTAUTH_URL Can be left commented during local development. --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 2710903..bea4b8e 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -NEXTAUTH_URL=YOUR_APP_URL # Locally, set it to 'http://localhost:3000' +# NEXTAUTH_URL=YOUR_APP_URL # Make use of it in production, you can leave it commented in local development. URL=YOUR_APP_DOMAIN # Locally, set it to 'localhost:3000' GITHUB_ID=YOUR_GITHUB_API_CLIENT_ID GITHUB_SECRET=YOUR_GITHUB_API_CLIENT_SECRET @@ -14,4 +14,4 @@ USE_FAUNA_DOCKER='' # If you are using fauna docker, set this to "secret". # Otherwise set this to your actual fauna secret -FAUNADB_SECRET='' \ No newline at end of file +FAUNADB_SECRET=''