18 lines
519 B
Plaintext
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
|