From a54298f2d385e6f81e527bfe971ad72b069fbf14 Mon Sep 17 00:00:00 2001 From: Mikhail Uvarov Date: Mon, 9 Oct 2023 12:18:27 +0200 Subject: [PATCH] Set backend for mod_stream_management in the templates --- rel/files/mongooseim.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rel/files/mongooseim.toml b/rel/files/mongooseim.toml index dc1b652b99..e66f67b7a9 100644 --- a/rel/files/mongooseim.toml +++ b/rel/files/mongooseim.toml @@ -215,6 +215,9 @@ {{{mod_last}}} {{/mod_last}} [modules.mod_stream_management] + {{#stream_management_backend}} + backend = "{{{stream_management_backend}}}" + {{/stream_management_backend}} {{#mod_offline}} [modules.mod_offline]