From 7159c7f44af28b67ce2ca417a8d3cd6160d89cb9 Mon Sep 17 00:00:00 2001 From: Fayorg Date: Wed, 20 Dec 2023 14:56:09 +0100 Subject: [PATCH] fix: added env for NextAuth in example --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 9299295..c736e24 100644 --- a/.env.example +++ b/.env.example @@ -1 +1,3 @@ DATABASE_URL='mysql://root:root@mydb.com/calendrier' +NEXTAUTH_SECRET=supersecret +NEXTAUTH_URL=http://localhost:3000 \ No newline at end of file