Spaces:
Sleeping
Sleeping
File size: 776 Bytes
221f6de f0435c4 221f6de f0435c4 221f6de f0435c4 221f6de f0435c4 221f6de f0435c4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Supabase PostgreSQL Connection Details
# Copy this file to .env and fill in your actual values
# Example connection string from Supabase:
# postgresql://postgres.PROJECT_REF:[PASSWORD]@aws-0-region.pooler.supabase.com:5432/postgres
# Database host (get from Supabase project settings)
HOST=aws-1-ap-northeast-1.pooler.supabase.com
# Database port (default is 5432 for PostgreSQL)
PORT=5432
# Database name (usually 'postgres' for Supabase)
DATABASE=postgres
# Username - IMPORTANT: Use the FULL format from Supabase
# Format: postgres.YOUR_PROJECT_REF (e.g., postgres.vvkubjwatpdqnkmgmntf)
# This is a SINGLE username, not two separate parts!
USERNAME=postgres.vvkubjwatpdqnkmgmntf
# Your database password (from Supabase project settings)
PASSWORD=your-password-here
|