1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# Configuration for lava-worker daemon
# worker name
# Should be set for host that have random hostname (containers, ...)
# The name can be any unique string.
# WORKER_NAME="--name <hostname.fqdn>"
# Logging level should be uppercase (DEBUG, INFO, WARN, ERROR)
# LOGLEVEL="DEBUG"
# Server connection
# URL="http://localhost/"
# TOKEN="--token <token>"
# WS_URL="--ws-url http://localhost/ws/"
# HTTP_TIMEOUT="--http-timeout 600"
# JOB_LOG_INTERVAL="--job-log-interval 5"
# Sentry Data Source Name.
# SENTRY_DSN="--sentry-dsn <sentry-dsn>"
|