# HG changeset patch # User Waqas Hussain # Date 1280569622 -18000 # Node ID 33147609a765173dc42cbf3a1eff359ad14ec166 # Parent 34ea8d288440b3a15e128ca85f210e306db13567 mod_couchdb: Updated docs to reflect the new storage system (simpler now). diff -r 34ea8d288440 -r 33147609a765 mod_couchdb.wiki --- a/mod_couchdb.wiki Fri Jul 16 19:24:51 2010 +0000 +++ b/mod_couchdb.wiki Sat Jul 31 14:47:02 2010 +0500 @@ -6,18 +6,11 @@ This is an experimental Prosody backend for CouchDB. = Configuration = -In your config file, in the global section add: +In your config file, under the relevant host, add: {{{ datastore = "couchdb"; couchdb_url = "http://127.0.0.1:5984/database-name"; }}} -In your config file, in the modules_enabled list, add "storage" as the first module: -{{{ -modules_enabled = { - "storage"; - ... -} -}}} = Compatibility =