xmpp: fix storage backend on prosody 0.11
This commit is contained in:
@@ -35,11 +35,11 @@ Component "{{ .Env.XMPP_INTERNAL_MUC_DOMAIN }}" "muc"
|
|||||||
modules_enabled = {
|
modules_enabled = {
|
||||||
"ping";
|
"ping";
|
||||||
}
|
}
|
||||||
storage = "none"
|
storage = "internal"
|
||||||
muc_room_cache_size = 1000
|
muc_room_cache_size = 1000
|
||||||
|
|
||||||
Component "{{ .Env.XMPP_MUC_DOMAIN }}" "muc"
|
Component "{{ .Env.XMPP_MUC_DOMAIN }}" "muc"
|
||||||
storage = "none"
|
storage = "internal"
|
||||||
|
|
||||||
Component "focus.{{ .Env.XMPP_DOMAIN }}"
|
Component "focus.{{ .Env.XMPP_DOMAIN }}"
|
||||||
component_secret = "{{ .Env.JICOFO_COMPONENT_SECRET }}"
|
component_secret = "{{ .Env.JICOFO_COMPONENT_SECRET }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user