-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (28 loc) · 992 Bytes
/
Copy path.env.example
File metadata and controls
35 lines (28 loc) · 992 Bytes
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
# ============================================
# MWM Docker Environment Configuration
# ============================================
# MongoDB Configuration
MONGO_ROOT_USER=admin
MONGO_ROOT_PASSWORD=your-secure-root-password
MONGO_APP_USER=mwm_user
MONGO_APP_PASSWORD=your-secure-app-password
# Redis Configuration
REDIS_PASSWORD=your-secure-redis-password
# JWT Configuration
JWT_SECRET=your-super-secure-jwt-secret-min-32-characters-long
JWT_REFRESH_SECRET=your-super-secure-refresh-secret-min-32-chars
# CORS Configuration
CORS_ORIGIN=https://your-domain.com
# Frontend Configuration
NEXT_PUBLIC_API_URL=https://your-domain.com/api/v1
NEXT_PUBLIC_SITE_URL=https://your-domain.com
# SMTP Configuration
SMTP_HOST=smtp.your-provider.com
SMTP_PORT=587
SMTP_USER=your-smtp-user
SMTP_PASS=your-smtp-password
SMTP_FROM=noreply@your-domain.com
# Cloudinary Configuration (optional)
CLOUDINARY_CLOUD_NAME=your-cloud-name
CLOUDINARY_API_KEY=your-api-key
CLOUDINARY_API_SECRET=your-api-secret