-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (17 loc) · 733 Bytes
/
.env.example
File metadata and controls
20 lines (17 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Firebase Configuration (Development Placeholders)
NEXT_PUBLIC_FIREBASE_API_KEY=dev-placeholder-key
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=dev-placeholder.firebaseapp.com
NEXT_PUBLIC_FIREBASE_PROJECT_ID=dev-placeholder-project
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=dev-placeholder.appspot.com
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=000000000000
NEXT_PUBLIC_FIREBASE_APP_ID=1:000000000000:web:development
# AI API Keys (Optional for development)
GOOGLE_API_KEY=
OPENAI_API_KEY=
# Development
NODE_ENV=development
# Domain restriction for Firebase Auth
NEXT_PUBLIC_ALLOWED_EMAIL_DOMAIN=your-domain.com
# Basic auth for team access (if using middleware-level auth)
BASIC_AUTH_USER=your-username
BASIC_AUTH_PASSWORD=your-secure-password