changeset 146:33147609a765

mod_couchdb: Updated docs to reflect the new storage system (simpler now).
author Waqas Hussain <waqas20@gmail.com>
date Sat, 31 Jul 2010 14:47:02 +0500
parents 34ea8d288440
children de13306634bb
files mod_couchdb.wiki
diffstat 1 files changed, 1 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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 =