File

tools/migration/migrator.cfg.lua @ 9988:cdf0b63a0d61

mod_admin_telnet: added "(bosh)" and "(websocket)" connection flags (#998)
author Arc Riley <arcriley@gmail.com>
date Thu, 02 May 2019 17:28:49 -0700
parent 4211:9a12fc2baa37
child 10003:4d702f0c6273
line wrap: on
line source

local data_path = "../../data";

input {
	type = "prosody_files";
	path = data_path;
}

output {
	type = "prosody_sql";
	driver = "SQLite3";
	database = data_path.."/prosody.sqlite";
}

--[[

input {
	type = "prosody_files";
	path = data_path;
}
output {
	type = "prosody_sql";
	driver = "SQLite3";
	database = data_path.."/prosody.sqlite";
}

]]