Mercurial > prosody-hg
view tools/migration/migrator.cfg.lua @ 5263:736e7ec8cd2e
mod_http_files: Replace file listing with an event, allowing a different plugin to generate it
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 21 Dec 2012 20:08:33 +0100 |
| parents | 9a12fc2baa37 |
| children | 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"; } ]]
