-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy path.env.production.example
More file actions
23 lines (18 loc) · 847 Bytes
/
.env.production.example
File metadata and controls
23 lines (18 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Production Environment Configuration for meshdev.yeraze.online
# Copy this file to .env.production and set your values
# Session Secret (REQUIRED for production)
# Generate with: openssl rand -hex 32
# This ensures sessions persist across container restarts
SESSION_SECRET=your-generated-secret-here
# Meshtastic Node Configuration
MESHTASTIC_NODE_IP=192.168.5.106
MESHTASTIC_TCP_PORT=4403
# Optional: Admin Username (default: admin)
# ADMIN_USERNAME=admin
# Optional: Additional allowed origins (comma-separated)
# ALLOWED_ORIGINS is set in docker-compose.production.yml
# Add more here if needed, e.g., for CDN or additional domains
# ALLOWED_ORIGINS=https://meshdev.yeraze.online,https://cdn.example.com
# Optional: Log level (debug, info, warn, error)
# Default: info (in production). Set to debug for troubleshooting.
# LOG_LEVEL=info