db connect
This commit is contained in:
11
prisma.config.ts
Normal file
11
prisma.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from '@prisma/config';
|
||||
|
||||
/**
|
||||
* Prisma 7 Direct Configuration
|
||||
* Hardcoding URL to bypass CLI environment resolution issues.
|
||||
*/
|
||||
export default defineConfig({
|
||||
datasource: {
|
||||
url: "postgres://postgres:P9cIY8Ji1iSXOCRs9q6WbOo5xeXCdzyQjYoQ511Zmq1RY8WHLU9YKBGyjDpJ02sa@65.109.236.58:6482/postgres",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user