1
0
Fork 0

feat: create first migration for nextauth

This commit is contained in:
Vojtěch Mareš 2023-06-25 11:41:26 +02:00
parent 6c1326bb39
commit eaf3cdb9ff
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
4 changed files with 72 additions and 9 deletions

View file

@ -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: