10 lines
324 B
Plaintext
10 lines
324 B
Plaintext
# Server-only
|
|
GEMINI_API_KEY=AIzaSyBjMxaRq4psBbvtdks0iYGkv-r9midKSh4
|
|
|
|
|
|
# Database — Replace with your actual PostgreSQL URL (e.g. from Neon, Supabase, or local)
|
|
DATABASE_URL="postgresql://admin:adminpassword@192.168.1.25:5432/plumeia?schema=public"
|
|
|
|
# NextAuth
|
|
AUTH_SECRET="change-me-to-a-random-string-at-least-32-chars"
|