File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Database Configuration
2- DATABASE_URL = " prisma+ postgresql://your-database-url "
2+ DATABASE_URL = " postgresql://mailbuddy:mailbuddy@localhost:5432/mailbuddy "
33
44# Google OAuth
55GOOGLE_CLIENT_ID = " your-google-client-id"
@@ -13,14 +13,14 @@ BETTER_AUTH_SECRET="your-auth-secret"
1313BETTER_AUTH_URL = " http://localhost:3000"
1414
1515# Redis
16- REDIS_URL = " redis://default:password@ localhost:6379"
16+ REDIS_URL = " redis://localhost:6379"
1717
1818# Upstash Vector
1919UPSTASH_VECTOR_REST_URL = " your-upstash-vector-url"
2020UPSTASH_VECTOR_REST_TOKEN = " your-upstash-vector-token"
2121
2222# OpenRouter
23- OPENROUTER_API_KEY = " your-openrouter-api-key"
23+ OPENROUTER_API_KEY = " your-openrouter-api-key" # Create one & use the free models if needed
2424
2525# Resend
2626RESEND_API_KEY = " your-resend-api-key"
You can’t perform that action at this time.
0 commit comments