# 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/" # SLAVE_CERT="--slave-cert /etc/lava-dispatcher/certificates.d/"