File

tools/migration/migrator.cfg.lua @ 8930:2e45b1b47918

Backed out changeset d41f8ce67c8e Turns out this argument wasn’t only in trunk, but has been like this since 81406277279e
author Kim Alvefur <zash@zash.se>
date Tue, 26 Jun 2018 02:40:06 +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";
}

]]