[object Object]

← back to Dw Boardroom Governance

security: strip hardcoded dw_admin DSN password -> env-first (.cjs straggler). No rotation/deploy.

3c19ba6a7744dd8e371ffd1ac02f2e97d63af885 · 2026-05-30 10:01:47 -0700 · Steve

Files touched

Diff

commit 3c19ba6a7744dd8e371ffd1ac02f2e97d63af885
Author: Steve <steve@designerwallcoverings.com>
Date:   Sat May 30 10:01:47 2026 -0700

    security: strip hardcoded dw_admin DSN password -> env-first (.cjs straggler). No rotation/deploy.
---
 ecosystem.config.cjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs
index f5232a6..7f7dc8e 100644
--- a/ecosystem.config.cjs
+++ b/ecosystem.config.cjs
@@ -7,7 +7,7 @@ module.exports = {
       env: {
         PORT: 4020,
         NODE_ENV: 'production',
-        DATABASE_URL: 'postgresql://dw_admin:DW2024SecurePass@127.0.0.1:5432/dw_unified',
+        DATABASE_URL: 'postgresql://dw_admin@127.0.0.1:5432/dw_unified',
         AUTH_USER: 'admin',
         AUTH_PASS: 'DWSecure2024!',
         FRONTEND_URL: 'http://45.61.58.125:4030',

← 83b5830 Add error handling to frontend API mutation handlers to prev  ·  back to Dw Boardroom Governance  ·  auto-save: 2026-06-21T18:53:00 (2 files) — ecosystem.config. 8861196 →