fix: consolidate Helcim token to HELCIM_API_TOKEN for both server and widget

This commit is contained in:
Jennie Robinson Faber 2026-04-04 14:00:17 +01:00
parent d31b5b4dac
commit fdc925331d
2 changed files with 6 additions and 7 deletions

View file

@ -1,13 +1,12 @@
# Database Configuration
MONGODB_URI=mongodb://localhost:27017/ghostguild
# Helcim Payment Configuration (Public - used in frontend)
NUXT_PUBLIC_HELCIM_TOKEN=your-helcim-js-token
# Helcim Configuration
# Switch between test and live by commenting/uncommenting:
# 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
# Helcim API Configuration (Private - server-side only)
HELCIM_API_TOKEN=your-helcim-api-token
# Email Configuration (Resend)
RESEND_API_KEY=your-resend-api-key
RESEND_FROM_EMAIL=noreply@ghostguild.org