From 289147067031393babee65bf87d1d3f52256add7 Mon Sep 17 00:00:00 2001 From: Marc Seitz Date: Thu, 15 Apr 2021 23:27:24 +0300 Subject: [PATCH] add NEXTAUTH_URL to environment variables --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index bf86b7a70c..9c571f6bf0 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,3 @@ DATABASE_URL='postgresql://:@:' -GOOGLE_API_CREDENTIALS='secret' \ No newline at end of file +GOOGLE_API_CREDENTIALS='secret' +NEXTAUTH_URL='http://localhost:3000' \ No newline at end of file