mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-27 03:57:43 +02:00
19 lines
428 B
Text
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
|