Dev, Test, and Prod DBs separated. .env is unified now.

This commit is contained in:
AG
2025-12-07 20:27:29 +02:00
parent 2f035b48de
commit 34900aebdd
11 changed files with 85 additions and 12 deletions

5
server/prisma.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
datasource: {
url: process.env.DATABASE_URL,
},
};