aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
blob: 23a1f6595ce2250b5da2e905789e97d339d91f48 (plain) (blame)
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
# Application Settings
NEXT_PUBLIC_SITE_URL=http://localhost:3000
PORT=3000

# Socket.IO
SOCKET_PORT=3001
NEXT_PUBLIC_SOCKET_URL=http://localhost:3001

# Email Configuration
# SMTP settings for sending emails
SMTP_HOST=smtp.example.com
SMTP_PORT=587
[email protected]
SMTP_PASSWORD=your-password-or-app-password
EMAIL_FROM="Location Tracker <[email protected]>"

# For Gmail:
# SMTP_HOST=smtp.gmail.com
# SMTP_PORT=587
# [email protected]
# SMTP_PASSWORD=your-app-password
# Note: For Gmail, you need to use an App Password: https://support.google.com/accounts/answer/185833

# For Outlook/Hotmail:
# SMTP_HOST=smtp.office365.com
# SMTP_PORT=587
# [email protected]
# SMTP_PASSWORD=your-password