1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-27 17:18:38 +02:00

fix: added env for NextAuth in example

This commit is contained in:
2023-12-20 14:56:09 +01:00
parent 9ed99fff25
commit 7159c7f44a

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