-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.production.example
More file actions
30 lines (25 loc) · 1.26 KB
/
.env.production.example
File metadata and controls
30 lines (25 loc) · 1.26 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 Production Environment Configuration
# Set these as environment variables or in your secrets management
# =============================================================================
# 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=https://example.com,https://app.example.com
# =============================================================================
# Logging
# =============================================================================
LOG_LEVEL=info
MSGCORE_LOG_FILE_DIR=/app/data/logs