File

tools/migration/migrator.cfg.lua @ 8755:857d8f38a010

util.startup: Force console logging before initializing logging (see 2fdeb979cc7c)
author Kim Alvefur <zash@zash.se>
date Sat, 14 Apr 2018 15:23:08 +0200
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";
}

]]