37 lines
710 B
Plaintext
37 lines
710 B
Plaintext
# Database
|
|
DB_PASSWORD=change_me_in_production
|
|
|
|
# Mollie Payments (https://my.mollie.com/dashboard)
|
|
MOLLIE_API_KEY=test_xxx
|
|
|
|
# POD Providers
|
|
PRODIGI_API_KEY=xxx
|
|
PRINTFUL_API_TOKEN=xxx
|
|
PRINTFUL_STORE_ID=
|
|
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
|
|
|
|
# TBFF Revenue Split → Bonding Curve
|
|
# Leave FLOW_SERVICE_URL empty to disable flow routing
|
|
FLOW_SERVICE_URL=http://flow-service:3010
|
|
FLOW_ID=xxx
|
|
FLOW_FUNNEL_ID=xxx
|
|
FLOW_REVENUE_SPLIT=0.5
|
|
|
|
# SMTP Email
|
|
SMTP_HOST=mail.example.com
|
|
SMTP_PORT=587
|
|
SMTP_USER=noreply@example.com
|
|
SMTP_PASS=changeme
|
|
|
|
# Frontend
|
|
NEXT_PUBLIC_API_URL=https://rswag.online/api
|