File

tools/migration/config.lua @ 4205:ffa5384130a7

util.sasl.scram: Fix bug in validate_username function. (Thanks Florob)
author Tobias Markmann <tm@ayena.de>
date Thu, 24 Feb 2011 18:56:19 +0100
parent 4197:bef732980436
child 4209:df753c398aa0
line wrap: on
line source

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

--[[

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

]]