[object Object]

← back to Designer Wallcoverings

Remove leaked DWSecure2024! fallback from tecnografica-viewer.js

1343204441e2b50f18e99517d69a4331101df93b · 2026-06-23 17:43:25 -0700 · Steve

Dropped the hardcoded password fallback; now reads process.env.BASIC_AUTH_PASS
only. Running process unaffected (in-memory); next restart needs BASIC_AUTH_PASS
in env. Password still live until Steve rotates it.

Files touched

Diff

commit 1343204441e2b50f18e99517d69a4331101df93b
Author: Steve <steve@designerwallcoverings.com>
Date:   Tue Jun 23 17:43:25 2026 -0700

    Remove leaked DWSecure2024! fallback from tecnografica-viewer.js
    
    Dropped the hardcoded password fallback; now reads process.env.BASIC_AUTH_PASS
    only. Running process unaffected (in-memory); next restart needs BASIC_AUTH_PASS
    in env. Password still live until Steve rotates it.
---
 vendor-scrapers/tecnografica-viewer.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vendor-scrapers/tecnografica-viewer.js b/vendor-scrapers/tecnografica-viewer.js
index 45f46423..fec66d2d 100644
--- a/vendor-scrapers/tecnografica-viewer.js
+++ b/vendor-scrapers/tecnografica-viewer.js
@@ -8,7 +8,7 @@ const { Pool } = require('pg');
 
 const PORT = 9690;
 const IMG_DIR = process.env.IMG_DIR || '/root/DW-Agents/vendor-scrapers/images/tecnografica';
-const USER = 'admin', PASS = process.env.BASIC_AUTH_PASS || 'REDACTED_PASSWORD';
+const USER = 'admin', PASS = process.env.BASIC_AUTH_PASS;
 const pool = new Pool({ connectionString: process.env.DW_PG_URL || 'postgresql://dw_admin@127.0.0.1:5432/dw_unified' });
 const MIME = { '.webp': 'image/webp', '.jpg': 'image/jpeg', '.jpeg': 'image/jpeg', '.png': 'image/png' };
 

← f858ddd0 brand-router: add Quadrille brand entry (vendor-filtered, be  ·  back to Designer Wallcoverings  ·  brand-router: repoint Quadrille to live smart collection /co 6ea722b2 →