Creem Configuration
Even if you haven’t enabled Stripe/Creem yet, you can still build NuxtPro with database + auth. When you’re ready for payments, add these variables:
bash
NUXT_CREEM_API_KEY= # Creem API key (docs: https://docs.creem.io/introduction)
NUXT_PUBLIC_CREEM_URL= # base URL, e.g. test: https://test-api.creem.io, prod: https://api.creem.io
NUXT_CREEM_WEBHOOK_SECRET= # webhook secretCreate Creem API keys
- Developer settings: https://www.creem.io/dashboard/developers

Configure Creem webhook endpoint
