[object Object]

← back to Claude Webdev Accelerator

preview: env-overridable gate cred (PREVIEW_GATE) per contrarian

9affadd487d7b0dbf21d8ce9d8043e46b403ef94 · 2026-07-16 07:51:19 -0700 · Steve

Files touched

Diff

commit 9affadd487d7b0dbf21d8ce9d8043e46b403ef94
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu Jul 16 07:51:19 2026 -0700

    preview: env-overridable gate cred (PREVIEW_GATE) per contrarian
---
 ecosystem.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecosystem.config.js b/ecosystem.config.js
index 1ca55bb..2aefcfe 100644
--- a/ecosystem.config.js
+++ b/ecosystem.config.js
@@ -5,7 +5,7 @@
 // Reboot persistence: run the sudo line printed by `pm2 startup` (Steve-gated).
 const HOME = process.env.HOME;
 const ACCEL = __dirname;
-const GATE = 'admin:DW2024!';
+const GATE = process.env.PREVIEW_GATE || 'admin:DW2024!';
 const APPS = [
   { slug: 'estimate-instant', app: 3901, proxy: 4901 },
   { slug: 'trade-portal',     app: 3902, proxy: 4902 },

← 3e77ec3 accelerator: estimate-instant contrarian handoff (yielded to  ·  back to Claude Webdev Accelerator  ·  auto-save: 2026-07-16T08:12:03 (2 files) — data/shopify-cata 1a0f5f6 →