Mercurial > prosody-wiki
changeset 245:2890500db303
Rename wiki page for mod_storage_mongo from mondo
author | james@chatid.com |
---|---|
date | Mon, 12 Dec 2011 10:50:10 +0000 |
parents | b3765cdb67bc |
children | 000cd449e801 |
files | mod_storage_mongodb.wiki |
diffstat | 1 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_storage_mongodb.wiki Mon Dec 12 10:50:10 2011 +0000 @@ -0,0 +1,27 @@ +#summary MongoDB Storage Module + += 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