-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.docker.example
More file actions
30 lines (25 loc) · 1.24 KB
/
.env.docker.example
File metadata and controls
30 lines (25 loc) · 1.24 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
# MsgCore Docker Environment Configuration
# Copy to .env.docker and update with your values
# =============================================================================
# Server Configuration (REQUIRED)
# =============================================================================
MSGCORE_SERVER_HOST=0.0.0.0
MSGCORE_SERVER_PORT=5007
# =============================================================================
# Database Configuration (REQUIRED)
# =============================================================================
MSGCORE_DATA_DIR=/app/data
# =============================================================================
# Security (REQUIRED)
# =============================================================================
MSGCORE_INTERNAL_SECRET=
MSGCORE_JWT_SECRET=
# =============================================================================
# CORS Configuration (REQUIRED)
# =============================================================================
MSGCORE_CORS_ORIGINS=http://localhost:3000,http://localhost:3001
# =============================================================================
# Logging
# =============================================================================
LOG_LEVEL=info
MSGCORE_LOG_FILE_DIR=/app/data/logs