summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/prosody.cfg.lua.j22
-rw-r--r--files/virtual_host.cfg.lua.j22
2 files changed, 0 insertions, 4 deletions
diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2
index 0298ba0..b6d9fc1 100644
--- a/files/prosody.cfg.lua.j2
+++ b/files/prosody.cfg.lua.j2
@@ -82,8 +82,6 @@ limits = {
};
}
-archive_expires_after = "10y"
-
storage = "sql"
sql = {
driver = "PostgreSQL";
diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2
index 5a6064a..cc13f5a 100644
--- a/files/virtual_host.cfg.lua.j2
+++ b/files/virtual_host.cfg.lua.j2
@@ -10,7 +10,6 @@ turn_external_secret = "{{ turn_secret }}"
site_name = "{{ virtual_host }}"
Component "upload.{{ virtual_host }}" "http_file_share"
-http_file_share_expires_after = 10 * 365 * 24 * 60 * 60
Component "conference.{{ virtual_host }}" "muc"
modules_enabled = {
@@ -18,7 +17,6 @@ modules_enabled = {
"vcard_muc";
}
-muc_log_expires_after = "10y"
log_all_rooms = true
restrict_room_creation = "local"