Updates default config, avoids storing muc data on prosody restart.
This commit is contained in:
parent
77ab05823d
commit
9fb49cb59b
|
@ -26,6 +26,7 @@ VirtualHost "jitmeet.example.com"
|
|||
c2s_require_encryption = false
|
||||
|
||||
Component "conference.jitmeet.example.com" "muc"
|
||||
storage = "null"
|
||||
--modules_enabled = { "token_verification" }
|
||||
admins = { "focusUser@auth.jitmeet.example.com" }
|
||||
|
||||
|
|
Loading…
Reference in New Issue