13 lines
482 B
Plaintext
13 lines
482 B
Plaintext
# JWT Secret for token signing (use a strong random string in production)
|
|
JWT_SECRET=your-super-secret-jwt-key-here
|
|
|
|
# Mailchimp Configuration
|
|
MAILCHIMP_API_KEY=your-mailchimp-api-key
|
|
MAILCHIMP_SERVER_PREFIX=us1
|
|
MAILCHIMP_LIST_ID=your-mailchimp-list-id
|
|
|
|
# Cloudflare KV Namespace IDs (get these from wrangler kv:namespace create)
|
|
# Update these in wrangler.toml after creating the namespaces
|
|
KV_NAMESPACE_ID=your-kv-namespace-id
|
|
KV_PREVIEW_NAMESPACE_ID=your-preview-kv-namespace-id
|