File size: 350 Bytes
590d81d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```env
# Google OAuth
GOOGLE_CLIENT_ID=your_google_client_id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your_google_client_secret
GOOGLE_REDIRECT_URI=http://localhost:3000/auth/google/callback

# Session
SESSION_SECRET=your_session_secret_here

# OpenRouter
OPENROUTER_API_KEY=your_openrouter_api_key

# Server
PORT=3000
NODE_ENV=development
```