File

tools/migration/migrator.cfg.lua @ 4284:20979f124ad9

util.json: Fixed handling of truncated JSON.
author Waqas Hussain <waqas20@gmail.com>
date Thu, 02 Jun 2011 05:36:15 +0500
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";
}

]]