From 918bb97dd567cfdb2e2fe16c1e08c708e422f341 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 1 Nov 2023 19:02:07 +0100 Subject: migrator: Add mod_http_file_share example to config template --- tools/migration/migrator.cfg.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/migration/migrator.cfg.lua b/tools/migration/migrator.cfg.lua index 4291810f..6e29b9b8 100644 --- a/tools/migration/migrator.cfg.lua +++ b/tools/migration/migrator.cfg.lua @@ -23,11 +23,17 @@ local muc = { "muc_log-archive", "cron", }; +local upload = { + "uploads-archive", + "upload_stats", + "cron", +} input { hosts = { ["example.com"] = vhost; ["conference.example.com"] = muc; + ["share.example.com"] = upload; }; type = "internal"; path = data_path; -- cgit v1.2.3