4.4. couch_peruser

4.4.1. couch_peruser Options

[couch_peruser]
enable

If set to true, couch_peruser ensures that a private per-userdatabase exists for each document in _users. These databases arewritable only by the corresponding user. Databases are in the followingform: userdb-{hex encoded username}.




  1. [couch_peruser]
    enable = false



delete_dbs

If set to true and a user is deleted, the respective database getsdeleted as well.




  1. [couch_peruser]
    delete_dbs = false



原文: http://docs.couchdb.org/en/stable/config/couch-peruser.html