first (part 1: root files)
Deploy Iddaai Backend / build-and-deploy (push) Failing after 4s

This commit is contained in:
2026-04-16 15:09:10 +03:00
parent b4173c10bb
commit 7814e0bc6b
38 changed files with 18494 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
datasource: {
url:
process.env.DATABASE_URL ||
'postgresql://suggestbet:SuGGesT2026SecuRe@localhost:15432/boilerplate_db?schema=public',
},
};