Comparison

spec/scansion/prosody.cfg.lua @ 10729:dbce2b94a7eb

mod_version: Add scansion test Why was this module enabled in the config for tests if it wasn't tested?
author Kim Alvefur <zash@zash.se>
date Mon, 20 Apr 2020 18:17:57 +0200
parent 10630:5949006de35e
child 10730:76c9320f69a1
comparison
equal deleted inserted replaced
10728:2764beb552cd 10729:dbce2b94a7eb
82 82
83 pidfile = "prosody.pid" 83 pidfile = "prosody.pid"
84 84
85 VirtualHost "localhost" 85 VirtualHost "localhost"
86 86
87 hide_os_type = true -- absense tested for in version.scs
88
87 Component "conference.localhost" "muc" 89 Component "conference.localhost" "muc"
88 storage = "memory" 90 storage = "memory"
89 91
90 Component "pubsub.localhost" "pubsub" 92 Component "pubsub.localhost" "pubsub"
91 storage = "memory" 93 storage = "memory"