changeset 244:b3765cdb67bc

Deleted wiki page mod_storage_mondodb through web user interface.
author james@chatid.com
date Mon, 12 Dec 2011 10:49:22 +0000
parents b13c6033377c
children 2890500db303
files mod_storage_mondodb.wiki
diffstat 1 files changed, 0 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
--- 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