# Example environment configuration
# Copy this file to .env and modify as needed
# Server Configuration
PORT=1923
# CORS Configuration
# In production, set this to your specific domain
CORS_ORIGIN=*
# Node Environment
NODE_ENV=development
# Logging Configuration
LOG_LEVEL=info
# Optional: Custom session timeout (in seconds)
# SESSION_TIMEOUT=3600