mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:01:09 +02:00
10 lines
407 B
Text
10 lines
407 B
Text
# Database connection URL
|
|
# Format: postgresql://user:password@host:port/database
|
|
DATABASE_URL=postgresql://postgres:password@localhost:5432/manadeck
|
|
|
|
# Alternative name (used as fallback)
|
|
MANADECK_DATABASE_URL=postgresql://postgres:password@localhost:5432/manadeck
|
|
|
|
# Supabase credentials (only needed for migration)
|
|
SUPABASE_URL=https://your-project.supabase.co
|
|
SUPABASE_SERVICE_KEY=your-service-role-key
|