Files
LogMaster/.env.viewer
Kevin 44cd9ab001
Some checks failed
LogMaster CI/CD / build-and-test (push) Has been cancelled
LogMaster CI/CD / docker (push) Has been cancelled
Initial commit: LogMaster with Viewer Collector Monitor modes
2026-05-04 13:50:15 +02:00

16 lines
384 B
Plaintext

# Log Viewer - VIEWER MODE
LOG_MODE=viewer
PORT=9090
HOST=0.0.0.0
# Connect to the collector
REMOTE_COLLECTOR_URL=http://localhost:8081
# Local file sources (optional, in addition to remote streams)
LOG_SOURCES=sample-logs/app.log,sample-logs/nginx-access.log,sample-logs/syslog,sample-logs/archived.log.gz
# UI settings
LOG_THEME=dark
LOG_REFRESH_INTERVAL=2000
LOG_TAIL_MODE=true