summaryrefslogtreecommitdiffstats
path: root/lava-slave/configs/lava-slave
blob: 6b991ad366e446c2efbdac36ce6ca26c926d00fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Configuration for lava-slave daemon

# URL to the master and the logger
MASTER_URL="tcp://{LAVA_MASTER}:5556"
LOGGER_URL="tcp://{LAVA_MASTER}:5555"

# Logging level should be uppercase (DEBUG, INFO, WARNING, ERROR)
# LOGLEVEL="DEBUG"

# Encryption
# If set, will activate encryption using the master public and the slave
# private keys
# ENCRYPT="--encrypt"
# MASTER_CERT="--master-cert /etc/lava-dispatcher/certificates.d/<master.key>"
# SLAVE_CERT="--slave-cert /etc/lava-dispatcher/certificates.d/<slave.key_secret>"