Comparison

spec/scansion/prosody.cfg.lua @ 9297:8680a874f483

spec/scansion/prosody.cfg.lua: daemonize by default
author Matthew Wild <mwild1@gmail.com>
date Wed, 12 Sep 2018 14:59:52 +0100
parent 9296:9948e267254b
child 9620:ddcb28c8f64b
comparison
equal deleted inserted replaced
9296:9948e267254b 9297:8680a874f483
65 65
66 -- Logging configuration 66 -- Logging configuration
67 -- For advanced logging see https://prosody.im/doc/logging 67 -- For advanced logging see https://prosody.im/doc/logging
68 log = "*console" 68 log = "*console"
69 69
70 daemonize = true
70 pidfile = "prosody.pid" 71 pidfile = "prosody.pid"
71 72
72 VirtualHost "localhost" 73 VirtualHost "localhost"
73 74
74 Component "conference.localhost" "muc" 75 Component "conference.localhost" "muc"