File

tools/migration/migrator.cfg.lua @ 6109:566aba0482b6

plugins/muc/mod_muc: Refactor to use new methods available
author daurnimator <quae@daurnimator.com>
date Tue, 18 Mar 2014 18:55:52 -0400 (2014-03-18)
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";
}

]]