Comparison

spec/scansion/prosody.cfg.lua @ 10630:5949006de35e

scansion tests: Remove daemonize option, not needed
author Kim Alvefur <zash@zash.se>
date Sun, 26 Jan 2020 16:53:03 +0100
parent 10467:600d4cf41ce1
child 10729:dbce2b94a7eb
comparison
equal deleted inserted replaced
10629:eed5811941b2 10630:5949006de35e
78 78
79 -- Logging configuration 79 -- Logging configuration
80 -- For advanced logging see https://prosody.im/doc/logging 80 -- For advanced logging see https://prosody.im/doc/logging
81 log = "*console" 81 log = "*console"
82 82
83 daemonize = true
84 pidfile = "prosody.pid" 83 pidfile = "prosody.pid"
85 84
86 VirtualHost "localhost" 85 VirtualHost "localhost"
87 86
88 Component "conference.localhost" "muc" 87 Component "conference.localhost" "muc"