File

tools/migration/migrator.cfg.lua @ 4260:403aba5e49d5

mod_muc: Remove room from memory when it is made non-persistent and is empty
author Matthew Wild <mwild1@gmail.com>
date Wed, 04 May 2011 23:12:53 +0100 (2011-05-04)
parent 4214:1674cd17557c
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";
}

]]