Files
DarkflameServer/resources/dashboardconfig.ini
2026-01-25 22:33:51 -06:00

16 lines
486 B
INI

# Web Dashboard Configuration
# The port to listen on for HTTP/WebSocket connections
port=2006
# The IP address to bind to
# Use 127.0.0.1 for localhost only (recommended for security)
# Use 0.0.0.0 to allow external access (not recommended without authentication)
listen_ip=127.0.0.1
# How often to broadcast updates to connected clients (in milliseconds)
broadcast_interval=2000
# Minimum GM level required to access the dashboard (default: 0 = any user)
min_dashboard_gm_level=0