[object Object]

← back to Dw Signup Fulfillment

ecosystem: set PUBLIC_URL for Option C verify links + webhook (DRY_RUN still pinned to 1)

ce1c7d7dd77a909fbfca3041d52339ad18064778 · 2026-08-14 13:45:05 -0700 · steve

Files touched

Diff

commit ce1c7d7dd77a909fbfca3041d52339ad18064778
Author: steve <steve@designerwallcoverings.com>
Date:   Fri Aug 14 13:45:05 2026 -0700

    ecosystem: set PUBLIC_URL for Option C verify links + webhook (DRY_RUN still pinned to 1)
---
 ecosystem.config.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ecosystem.config.js b/ecosystem.config.js
index 28b6998..23cee07 100644
--- a/ecosystem.config.js
+++ b/ecosystem.config.js
@@ -16,6 +16,9 @@ module.exports = {
       env: {
         NODE_ENV: 'production',
         PORT: '9862',
+        // Public HTTPS base so verify links + the customers/create webhook resolve for
+        // customers (the /verify?token=… click and the webhook address are built from this).
+        PUBLIC_URL: 'https://signup.designerwallcoverings.com',
         DRY_RUN: '1', // <-- flip to '0' at go-live (DEPLOY.md), and only then.
       },
     },

← 927545c add Option C go-live readiness preflight (PASS/WARN/FAIL, no  ·  back to Dw Signup Fulfillment  ·  DEPLOY.md: point pre-flight at golive-preflight.js + link th d292c26 →