-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env example
More file actions
26 lines (21 loc) · 710 Bytes
/
.env example
File metadata and controls
26 lines (21 loc) · 710 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
# Server Configuration
PORT=3000
NODE_ENV=development
# Restaurant Info
RESTAURANT_NAME=L'Éclat Gastronomy
RESTAURANT_ADDRESS=Ample Business Club, Jinnah Avenue, Commercial Bahria Town Karachi, Karachi
RESTAURANT_PHONE=+92 (320) 788-GOLD
# Tax Rate (as decimal, e.g., 0.15 for 15%)
TAX_RATE=0.20
# Email Configuration (for future use)
SMTP_HOST=smtp.taimoursohail.com
SMTP_PORT=587
SMTP_USER=your-email@taimoursohail.com
SMTP_PASS=your-app-password
# Database Configuration (for future use)
# DATABASE_URL=mongodb://localhost:27017/restaurant-menu
# PostgreSQL_USER=your-username
# PostgreSQL_PASS=your-password
# API Keys (for future use)
# STRIPE_PUBLIC_KEY=pk_test_...
# STRIPE_SECRET_KEY=sk_test_...