-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (20 loc) · 1.56 KB
/
Copy path.env.example
File metadata and controls
27 lines (20 loc) · 1.56 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
# Copy this file to .env and fill in your real values
# .env is gitignored — never commit it
# ── SQL Server ────────────────────────────────────────────────
SA_PASSWORD=YourStrong@Passw0rd
# ── JWT (min 32 chars) ────────────────────────────────────────
JWT_SECRET=your-super-secret-jwt-key-min-32-chars-long!!
# ── Razorpay ──────────────────────────────────────────────────
RAZORPAY_KEY_ID=rzp_test_xxxxxxxxxxxx
RAZORPAY_KEY_SECRET=your-razorpay-key-secret
RAZORPAY_WEBHOOK_SECRET=your-webhook-secret
# ── Google Gemini ─────────────────────────────────────────────
GEMINI_API_KEY=your-gemini-api-key
# ── Email (Gmail SMTP — use an App Password) ──────────────────
EMAIL_USERNAME=your-email@gmail.com
EMAIL_PASSWORD=xxxx xxxx xxxx xxxx
# ── RabbitMQ ──────────────────────────────────────────────────
RABBITMQ_USER=grocery
RABBITMQ_PASS=grocery123
# ── Google OAuth2 (Frontend) ──────────────────────────────────
GOOGLE_CLIENT_ID=your-google-oauth-client-id.apps.googleusercontent.com