-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (17 loc) · 1.33 KB
/
Copy path.env.example
File metadata and controls
22 lines (17 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ── Application ───────────────────────────────────────────────
NODE_ENV=development
PORT=3000
# ── Database ──────────────────────────────────────────────────
DATABASE_URL=postgresql://user:password@localhost:5432/qr_3d_ar
# ── JWT ───────────────────────────────────────────────────────
JWT_SECRET=replace_this_with_a_long_random_string
JWT_EXPIRES_IN=7d
# ── Cloudinary (3D model / texture storage) ───────────────────
CLOUDINARY_CLOUD_NAME=your_cloud_name
CLOUDINARY_API_KEY=your_api_key
CLOUDINARY_API_SECRET=your_api_secret
# ── CORS ──────────────────────────────────────────────────────
ALLOWED_ORIGINS=http://localhost:5173,https://yourdomain.com
# ── API Base URL (production backend) ─────────────────────────
API_BASE_URL=https://analysis-feedback-repo.onrender.com
VITE_API_URL=https://analysis-feedback-repo.onrender.com