Skip to content

Commit 41db38f

Browse files
committed
feat: initial values for database values
1 parent 4a979a1 commit 41db38f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Database Configuration
2-
DATABASE_URL="prisma+postgresql://your-database-url"
2+
DATABASE_URL="postgresql://mailbuddy:mailbuddy@localhost:5432/mailbuddy"
33

44
# Google OAuth
55
GOOGLE_CLIENT_ID="your-google-client-id"
@@ -13,14 +13,14 @@ BETTER_AUTH_SECRET="your-auth-secret"
1313
BETTER_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
1919
UPSTASH_VECTOR_REST_URL="your-upstash-vector-url"
2020
UPSTASH_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
2626
RESEND_API_KEY="your-resend-api-key"

0 commit comments

Comments
 (0)