File

tools/migration/config.lua @ 4201:9a8d2baf7a9c

MUC: Add a textual error message when the user isn't allowed to get/set config form.
author Waqas Hussain <waqas20@gmail.com>
date Thu, 24 Feb 2011 07:09:38 +0500
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";
}

]]