managarten/apps/picture/apps/backend/.env.example
2025-11-27 02:25:37 +01:00

19 lines
428 B
Text

# Server
PORT=3003
NODE_ENV=development
# Database
DATABASE_URL=postgresql://picture:password@localhost:5432/picture
# Mana Core Auth
MANA_CORE_AUTH_URL=http://localhost:3001
# Supabase Storage (Service Role for Backend)
SUPABASE_URL=https://xxx.supabase.co
SUPABASE_SERVICE_ROLE_KEY=eyJ...
# Replicate API
REPLICATE_API_TOKEN=r8_xxx
# Webhook (for Replicate Callbacks in Production)
WEBHOOK_BASE_URL=http://localhost:3003