fix: added env for NextAuth in example

This commit is contained in:
Elie Baier 2023-12-20 14:56:09 +01:00
parent 9ed99fff25
commit 7159c7f44a
1 changed files with 2 additions and 0 deletions

View File

@ -1 +1,3 @@
DATABASE_URL='mysql://root:root@mydb.com/calendrier' DATABASE_URL='mysql://root:root@mydb.com/calendrier'
NEXTAUTH_SECRET=supersecret
NEXTAUTH_URL=http://localhost:3000