feat(helcim): add cadence-keyed plan id runtime config
This commit is contained in:
parent
c816d4b373
commit
2ae27d6dda
2 changed files with 4 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue