feat: Implement initial with admin and mobile clients, authentication, data models, and lead generation scripts.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# =============================================
|
||||
# DATABASE
|
||||
# DATABASE (SQLite — kein externer DB-Server nötig)
|
||||
# Dev: file:../../packages/shared/prisma/dev.db
|
||||
# Prod: file:./prisma/prod.db
|
||||
# =============================================
|
||||
DATABASE_URL="postgresql://postgres:password@localhost:5432/innungsapp"
|
||||
DATABASE_URL="file:../../packages/shared/prisma/dev.db"
|
||||
|
||||
# =============================================
|
||||
# BETTER-AUTH
|
||||
|
||||
Reference in New Issue
Block a user