-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 1.47 KB
/
.env.example
File metadata and controls
25 lines (20 loc) · 1.47 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
# ── Server ────────────────────────────────────────────────────
PORT=3001
NODE_ENV=development
# ── Security ──────────────────────────────────────────────────
JWT_SECRET=change_this_to_a_long_random_string_minimum_32_chars
ADMIN_USERNAME=admin
ADMIN_PASSWORD=change_this_password
# ── Database ──────────────────────────────────────────────────
# Local MongoDB:
MONGODB_URI=mongodb://localhost:27017/gedamu
# MongoDB Atlas (cloud):
# MONGODB_URI=mongodb+srv://username:password@cluster.mongodb.net/gedamu
# ── Email (Gmail App Password) ────────────────────────────────
# Get App Password: myaccount.google.com/apppasswords
EMAIL_USER=your_email@gmail.com
EMAIL_PASS=your_gmail_app_password
# ── CORS ──────────────────────────────────────────────────────
FRONTEND_URL=http://localhost:5500
# ── Optional ──────────────────────────────────────────────────
GOOGLE_CLIENT_ID=your_google_oauth_client_id