# HG changeset patch # User james@chatid.com # Date 1323686962 0 # Node ID b3765cdb67bcdd85d3c1c35bdeab0ea28dff7d16 # Parent b13c6033377c242c2f39404a514195ff1e46f41d Deleted wiki page mod_storage_mondodb through web user interface. diff -r b13c6033377c -r b3765cdb67bc mod_storage_mondodb.wiki --- a/mod_storage_mondodb.wiki Mon Dec 12 10:48:07 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -#summary MondoDB Storage Module -#labels storage - -= Introduction = - -This is a storage backend that uses MongoDB. -Depends on [https://github.com/mwild1/luamongo luamongo bindings] - -= Configuration = - -Copy the module to the prosody modules/plugins directory. - -In Prosody's configuration file, set: -{{{ - storage = "mongodb" -}}} - -MongoDB options are: -|| *Name* || *Description* || -|| server || hostname:port || -|| dbname || the database to use || -|| username || your username for the given database || -|| password || your password for the given database (either raw or pre-digested) || -|| is_digest || whether the password field has been pre-digested || - -= Compatibility = - -|| trunk || Untested, but should work || \ No newline at end of file