spec/scansion/prosody.cfg.lua
changeset 9300 8680a874f483
parent 9299 9948e267254b
child 9624 ddcb28c8f64b
equal deleted inserted replaced
9299:9948e267254b 9300: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"