From 2ae27d6dda7d776e617abd153aa8172422860cb1 Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Sat, 18 Apr 2026 17:10:50 +0100 Subject: [PATCH] feat(helcim): add cadence-keyed plan id runtime config --- .env.example | 2 ++ nuxt.config.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.env.example b/.env.example index 2fefd06..8a6cadf 100644 --- a/.env.example +++ b/.env.example @@ -6,6 +6,8 @@ MONGODB_URI=mongodb://localhost:27017/ghostguild # HELCIM_API_TOKEN=your-live-helcim-api-token HELCIM_API_TOKEN=your-test-helcim-api-token NUXT_PUBLIC_HELCIM_ACCOUNT_ID=your-helcim-account-id +NUXT_HELCIM_MONTHLY_PLAN_ID= +NUXT_HELCIM_ANNUAL_PLAN_ID= # Email Configuration (Resend) RESEND_API_KEY=your-resend-api-key diff --git a/nuxt.config.ts b/nuxt.config.ts index b3190cf..d04c3f7 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -104,6 +104,8 @@ export default defineNuxtConfig({ oidcClientSecret: process.env.OIDC_CLIENT_SECRET || "", oidcCookieSecret: process.env.OIDC_COOKIE_SECRET || "", outlineApiKey: process.env.OUTLINE_API_KEY || "", + helcimMonthlyPlanId: process.env.NUXT_HELCIM_MONTHLY_PLAN_ID || "", + helcimAnnualPlanId: process.env.NUXT_HELCIM_ANNUAL_PLAN_ID || "", // Public keys (available on client-side) public: {