-
Notifications
You must be signed in to change notification settings - Fork 146
/
Copy path.env.example
31 lines (28 loc) · 1.08 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Database
DATABASE_URL="postgresql://user:password@localhost:5432/facility-bids"
DIRECT_URL="postgresql://user:password@localhost:5432/facility-bids"
# NextAuth
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET="your-secret-key-at-least-32-chars"
# Email Provider
EMAIL_SERVER_HOST="smtp.example.com"
EMAIL_SERVER_PORT="587"
EMAIL_SERVER_USER="your-email@example.com"
EMAIL_SERVER_PASSWORD="your-email-password"
EMAIL_FROM="noreply@example.com"
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key
RESEND_API_KEY=re_123456789
EMAIL_SERVER=smtp.resend.com
AWS_ACCESS_KEY_ID=your-aws-access-key-id
AWS_SECRET_ACCESS_KEY=your-aws-secret-access-key
AWS_REGION=us-west-2
BUCKET_NAME=your-bucket-name
OPENAI_API_KEY=sk-your-openai-api-key
ANTHROPIC_API_KEY=sk-ant-your-anthropic-api-key
IDEATION_DATABASE_URL=postgresql://user:password@host/database
PERPLEXITY_API_KEY=pplx-your-perplexity-api-key
INNGEST_EVENT_KEY=your-inngest-event-key
PROXYCURL_API_KEY=your-proxycurl-api-key
SES_FROM_EMAIL=your-email@example.com
GROQ_API_KEY=your-groq-api-key