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