Files
hyprmonitors/.env.example
2025-08-15 16:28:28 +05:30

18 lines
519 B
Plaintext

# Hyprmonitors Configuration
# Copy this file to .env and modify as needed
# Server Configuration
HYPRMONITORS_HOST=0.0.0.0
HYPRMONITORS_PORT=3000
HYPRMONITORS_CORS_ENABLED=true
HYPRMONITORS_LOG_LEVEL=info
# Hyprland Configuration
HYPRMONITORS_TIMEOUT_MS=5000
HYPRMONITORS_RETRY_ATTEMPTS=3
# Logging levels: trace, debug, info, warn, error
# Host can be 0.0.0.0 (all interfaces) or 127.0.0.1 (localhost only)
# Port should be between 1024-65535
# CORS should be true for web browser access, false for API-only usage