From 51c81968e9084657f44d38a0779e63358c878c88 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 24 Aug 2025 23:45:34 -0600 Subject: [PATCH] chore(db): remove unnecessary newline in database index file --- apps/dokploy/server/db/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/dokploy/server/db/index.ts b/apps/dokploy/server/db/index.ts index 55d6d3a46..5bf6cb9b9 100644 --- a/apps/dokploy/server/db/index.ts +++ b/apps/dokploy/server/db/index.ts @@ -5,7 +5,6 @@ import * as schema from "./schema"; declare global { var db: PostgresJsDatabase | undefined; } - const dbUrl = process.env.DATABASE_URL || "postgres://dokploy:amukds4wi9001583845717ad2@dokploy-postgres:5432/dokploy";