-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
45 lines (37 loc) · 1.01 KB
/
.env.example
File metadata and controls
45 lines (37 loc) · 1.01 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# CONVOI VinTech Environment Configuration
# Copy this file to .env and update with your actual values
# Database Configuration
DB_HOST=localhost
DB_NAME=jeysqdeq_wag
DB_USER=wagteam123
DB_PASS=jeysqdeq_wag
# Email Configuration (Gmail)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USERNAME=nguyennguyen1azx@gmail.com
SMTP_PASSWORD=gfghfosszirzobjx
SMTP_FROM_EMAIL=nguyennguyen1azx@gmail.com
SMTP_FROM_NAME="CONVOI VinTech"
# Application Settings
APP_URL=http://localhost/MyFristWebsite
APP_ENV=development
APP_DEBUG=true
# Security Settings
SESSION_TIMEOUT=3600
MAX_LOGIN_ATTEMPTS=5
LOCKOUT_DURATION=900
PASSWORD_MIN_LENGTH=6
# Payment Gateway (MoMo)
MOMO_PARTNER_CODE=your-momo-partner-code
MOMO_ACCESS_KEY=your-momo-access-key
MOMO_SECRET_KEY=your-momo-secret-key
MOMO_ENDPOINT=https://test-payment.momo.vn/v2/gateway/api/create
# File Upload Settings
MAX_FILE_SIZE=5242880
ALLOWED_EXTENSIONS=jpg,jpeg,png,gif,pdf,doc,docx
# Cache Settings
CACHE_ENABLED=true
CACHE_DURATION=3600
# Logging
LOG_LEVEL=info
LOG_FILE=logs/app.log