32 lines
591 B
Plaintext
32 lines
591 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=https://rswag.online
|
|
|
|
# AI Design Generation
|
|
GEMINI_API_KEY=xxx
|
|
|
|
# SMTP Email (Mailcow)
|
|
SMTP_HOST=mx.jeffemmett.com
|
|
SMTP_PORT=587
|
|
SMTP_USER=noreply@jeffemmett.com
|
|
SMTP_PASS=changeme
|
|
|
|
# Frontend
|
|
NEXT_PUBLIC_API_URL=https://rswag.online/api
|
|
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_xxx
|