@palbase/backend 21.0.1 → 22.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -632,6 +632,7 @@ ${detail}`
632
632
  authJwksUrl: env.AUTH_JWKS_URL.trim(),
633
633
  authIssuer: env.AUTH_ISSUER?.trim() || void 0,
634
634
  moduleBaseUrl: (env.MODULE_BASE_URL ?? "").replace(/\/+$/, ""),
635
+ publicOrigin: (env.PALBASE_PUBLIC_ORIGIN ?? "").trim().replace(/\/+$/, ""),
635
636
  // The secret storage signs its two internal calls with (authorize, and the
636
637
  // completion that runs an @Upload handler). Empty means uploads are not
637
638
  // wired, and both calls REFUSE — an unsigned completion would let anyone