feat: add Prisma schema and PrismaService with integration tests (postgres on :5433)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# Database
|
||||
DATABASE_URL=postgresql://tower:tower_dev@localhost:5432/tower_dev
|
||||
DATABASE_URL=postgresql://tower:tower_dev@localhost:5433/tower_dev
|
||||
|
||||
# Redis
|
||||
REDIS_URL=redis://localhost:6379
|
||||
|
||||
Reference in New Issue
Block a user