Use default Prisma database URL
This commit is contained in:
parent
35927939e0
commit
d6e8e34df6
@ -8,6 +8,6 @@ module.exports = defineConfig({
|
||||
path: "prisma/migrations",
|
||||
},
|
||||
datasource: {
|
||||
url: process.env.DATABASE_URL,
|
||||
url: process.env.DATABASE_URL || "postgresql://postgres:postgres@localhost:5432/mtc_reverse_proxy?schema=public",
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user