-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (24 loc) · 725 Bytes
/
.env.example
File metadata and controls
31 lines (24 loc) · 725 Bytes
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
# Google OAuth
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
GOOGLE_REDIRECT_URI=http://localhost:5000/api/auth/google/callback
# JWT
JWT_SECRET=your_jwt_secret
# MongoDB
MONGO_URI=mongodb+srv://username:password@cluster.mongodb.net/QueueLess
# SMTP (Email)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=your_email@gmail.com
SMTP_PASS=your_app_password
# Cloudinary
CLOUDINARY_CLOUD_NAME=your_placeholder
CLOUDINARY_API_KEY=your_placeholder
CLOUDINARY_API_SECRET=your_placeholder
# Frontend URL
FRONTEND_URL=http://localhost:5173
# Server
PORT=5000
NODE_ENV=development
# OpenRouteService (for accurate distance, ETA, and geocoding)
ORS_API_KEY=your_openrouteservice_key_here