16 lines
414 B
Bash
16 lines
414 B
Bash
# ModPulse Environment Configuration
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
# API Key for authentication (REQUIRED - generate a secure random string)
|
|
MODPULSE_API_KEY=your-secure-api-key-here
|
|
|
|
# Server Configuration
|
|
ASPNETCORE_URLS=http://+:5000
|
|
ASPNETCORE_ENVIRONMENT=Production
|
|
|
|
# Data Directory
|
|
DataDirectory=/app/data
|
|
|
|
# Optional: Override default port (default is 5000)
|
|
# MODPULSE_PORT=5000
|