We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a979a1 commit 41db38fCopy full SHA for 41db38f
1 file changed
.env.example
@@ -1,5 +1,5 @@
1
# Database Configuration
2
-DATABASE_URL="prisma+postgresql://your-database-url"
+DATABASE_URL="postgresql://mailbuddy:mailbuddy@localhost:5432/mailbuddy"
3
4
# Google OAuth
5
GOOGLE_CLIENT_ID="your-google-client-id"
@@ -13,14 +13,14 @@ BETTER_AUTH_SECRET="your-auth-secret"
13
BETTER_AUTH_URL="http://localhost:3000"
14
15
# Redis
16
-REDIS_URL="redis://default:password@localhost:6379"
+REDIS_URL="redis://localhost:6379"
17
18
# Upstash Vector
19
UPSTASH_VECTOR_REST_URL="your-upstash-vector-url"
20
UPSTASH_VECTOR_REST_TOKEN="your-upstash-vector-token"
21
22
# OpenRouter
23
-OPENROUTER_API_KEY="your-openrouter-api-key"
+OPENROUTER_API_KEY="your-openrouter-api-key" # Create one & use the free models if needed
24
25
# Resend
26
RESEND_API_KEY="your-resend-api-key"
0 commit comments