mycopunk-swag-store/.env.example

29 lines
550 B
Plaintext

# Database
DB_PASSWORD=change_me_in_production
# Stripe
STRIPE_SECRET_KEY=sk_test_xxx
STRIPE_PUBLISHABLE_KEY=pk_test_xxx
STRIPE_WEBHOOK_SECRET=whsec_xxx
# POD Providers
PRODIGI_API_KEY=xxx
PRINTFUL_API_TOKEN=xxx
POD_SANDBOX_MODE=true
# Auth
JWT_SECRET=generate_a_strong_secret_here
# App
CORS_ORIGINS=http://localhost:3000
# SMTP Email (Mailcow)
SMTP_HOST=mx.jeffemmett.com
SMTP_PORT=587
SMTP_USER=noreply@jeffemmett.com
SMTP_PASS=changeme
# Frontend
NEXT_PUBLIC_API_URL=http://localhost:8000/api
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_xxx