aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-11-01 19:02:07 +0100
committerKim Alvefur <zash@zash.se>2023-11-01 19:02:07 +0100
commit918bb97dd567cfdb2e2fe16c1e08c708e422f341 (patch)
treefc00314d7f8e9c2cb93c22c5c267d9c5ec92351e /tools
parent607bfafe36c62f7fe58d145d554b71e9217e9db5 (diff)
downloadprosody-918bb97dd567cfdb2e2fe16c1e08c708e422f341.tar.gz
prosody-918bb97dd567cfdb2e2fe16c1e08c708e422f341.zip
migrator: Add mod_http_file_share example to config template
Diffstat (limited to 'tools')
-rw-r--r--tools/migration/migrator.cfg.lua6
1 files changed, 6 insertions, 0 deletions
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;