You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/10/02 11:25:58 UTC

documentation commit: updated refs/heads/master to 1ec641f

Repository: couchdb-documentation
Updated Branches:
  refs/heads/master 6cbb6518d -> 1ec641fac


Fix tabs


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/1ec641fa
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/1ec641fa
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/1ec641fa

Branch: refs/heads/master
Commit: 1ec641facc664dd65a06b0e2738b087b3f8e66c1
Parents: 6cbb651
Author: Alexander Shorin <kx...@apache.org>
Authored: Fri Oct 2 12:24:34 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Oct 2 12:24:34 2015 +0300

----------------------------------------------------------------------
 src/config/couch-peruser.rst | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1ec641fa/src/config/couch-peruser.rst
----------------------------------------------------------------------
diff --git a/src/config/couch-peruser.rst b/src/config/couch-peruser.rst
index 94868d7..7902e76 100644
--- a/src/config/couch-peruser.rst
+++ b/src/config/couch-peruser.rst
@@ -26,18 +26,18 @@ couch_peruser Options
 
     .. config:option:: enable
 
-	If set to ``true``, couch_peruser ensures that a private per-user
-	database exists for each document in ``_users``. These databases are
-	writable only by the corresponding user. Databases are in the following
-	form: ``userdb-{hex encoded username}``. ::
+    If set to ``true``, couch_peruser ensures that a private per-user
+    database exists for each document in ``_users``. These databases are
+    writable only by the corresponding user. Databases are in the following
+    form: ``userdb-{hex encoded username}``. ::
 
-	    [couch_peruser]
-	    enable = false
+        [couch_peruser]
+        enable = false
 
     .. config:option:: delete_dbs
 
-	If set to ``true`` and a user is deleted, the respective database gets
-	deleted as well. ::
+    If set to ``true`` and a user is deleted, the respective database gets
+    deleted as well. ::
 
-	    [couch_peruser]
-	    delete_dbs = false
+        [couch_peruser]
+        delete_dbs = false