-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
53 lines (41 loc) · 1.49 KB
/
env.example
File metadata and controls
53 lines (41 loc) · 1.49 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# API Configuration
NEXT_PUBLIC_API_BASE_URL=http://localhost:8080
# SSE (Server-Sent Events) Configuration
# Set to 'true' when backend SSE endpoint (/v1/stream) is ready
# NEXT_PUBLIC_SSE_ENABLED=true
# NextAuth Configuration
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=your-nextauth-secret-here
# Facebook OAuth (NextAuth Provider)
FACEBOOK_CLIENT_ID=your-facebook-app-id
FACEBOOK_CLIENT_SECRET=your-facebook-app-secret
# Google Firebase
FIREBASE_API_KEY=your-firebase-api-key
FIREBASE_AUTH_DOMAIN=your-project.firebaseapp.com
FIREBASE_PROJECT_ID=your-project-id
FIREBASE_STORAGE_BUCKET=your-project.appspot.com
FIREBASE_MESSAGING_SENDER_ID=your-messaging-sender-id
FIREBASE_APP_ID=your-firebase-app-id
FIREBASE_MEASUREMENT_ID=your-measurement-id
# Firebase Admin SDK (for server-side operations)
FIREBASE_CLIENT_EMAIL=your-service-account-email
FIREBASE_PRIVATE_KEY=your-service-account-private-key
# AWS S3
AWS_ACCESS_KEY_ID=your-aws-access-key
AWS_SECRET_ACCESS_KEY=your-aws-secret-key
AWS_REGION=us-east-1
AWS_S3_BUCKET_NAME=your-s3-bucket-name
# GitHub (Octokit)
GITHUB_TOKEN=your-github-personal-access-token
GITHUB_ORG=your-github-org-or-username
# ElevenLabs
ELEVENLABS_API_KEY=your-elevenlabs-api-key
# Stripe
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=your-stripe-publishable-key
STRIPE_SECRET_KEY=your-stripe-secret-key
STRIPE_WEBHOOK_SECRET=your-stripe-webhook-secret
# OpenAI
OPENAI_API_KEY=your-openai-api-key
# Figma
FIGMA_ACCESS_TOKEN=your-figma-access-token
FIGMA_TEAM_ID=your-figma-team-id