Comparison

spec/scansion/prosody.cfg.lua @ 11666:b92a3e166ac3

scansion tests: Allow specifying network backend via environment variable To make it easier to test select and event without having to edit the config file, e.g. in CI. make integration-test PROSODY_NETWORK_BACKEND=event
author Kim Alvefur <zash@zash.se>
date Sun, 11 Jul 2021 10:09:07 +0200
parent 11589:fb854431d6c4
child 11667:7417e61dfbe1
comparison
equal deleted inserted replaced
11665:148075532021 11666:b92a3e166ac3
11 } 11 }
12 end 12 end
13 13
14 admins = { "admin@localhost" } 14 admins = { "admin@localhost" }
15 15
16 network_backend = "epoll" 16 network_backend = ENV_PROSODY_NETWORK_BACKEND or "epoll"
17 network_settings = { 17 network_settings = {
18 } 18 }
19 19
20 modules_enabled = { 20 modules_enabled = {
21 -- Generally required 21 -- Generally required