feat: create first migration for nextauth
This commit is contained in:
parent
6c1326bb39
commit
eaf3cdb9ff
4 changed files with 72 additions and 9 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
# Prisma
|
||||
# https://www.prisma.io/docs/reference/database-reference/connection-urls#env
|
||||
DATABASE_URL="file:./db.sqlite"
|
||||
DATABASE_URL="postgresql://username:password@localhost:5432/database"
|
||||
|
||||
# Next Auth
|
||||
# You can generate a new secret on the command line with:
|
||||
|
|
|
|||
Reference in a new issue