# HG changeset patch # User Kim Alvefur # Date 1698861727 -3600 # Node ID 803a4ef6244d83db59a5914708cea5370e562d75 # Parent b788307ca06acf0c869fd0a5f7ecb5ea39610a2d migrator: Add mod_http_file_share example to config template diff -r b788307ca06a -r 803a4ef6244d tools/migration/migrator.cfg.lua --- a/tools/migration/migrator.cfg.lua Wed Nov 01 19:02:02 2023 +0100 +++ b/tools/migration/migrator.cfg.lua Wed Nov 01 19:02:07 2023 +0100 @@ -23,11 +23,17 @@ "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;