Updates default config, avoids storing muc data on prosody restart.

This commit is contained in:
damencho 2017-05-16 16:04:26 -05:00
parent 77ab05823d
commit 9fb49cb59b
1 changed files with 1 additions and 0 deletions

View File

@ -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" }