Changeset

13296:803a4ef6244d

migrator: Add mod_http_file_share example to config template
author Kim Alvefur <zash@zash.se>
date Wed, 01 Nov 2023 19:02:07 +0100
parents 13295:b788307ca06a
children 13297:7264c4d16072
files tools/migration/migrator.cfg.lua
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;