Software /
code /
prosody
File
tools/migration/config.lua @ 4203:e3d937eec3fa
Merge 0.8->trunk.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Thu, 24 Feb 2011 19:30:26 +0500 |
parent | 4166:3ac90743039b |
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"; } ]]