summaryrefslogtreecommitdiff
path: root/rel
diff options
context:
space:
mode:
Diffstat (limited to 'rel')
-rw-r--r--rel/overlay/etc/default.ini6
-rw-r--r--rel/overlay/etc/local.ini4
-rw-r--r--rel/reltool.config4
3 files changed, 7 insertions, 7 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index ea442e8f5..72321feee 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -45,8 +45,8 @@ checkpoint_after = 5242880 ; checkpoint after every N bytes were written
; larger buffer sizes can originate smaller files
keyvalue_buffer_size = 2097152 ; value in bytes
-[couchdb_peruser]
-; If enabled, couchdb_peruser ensures that a private per-user database
+[couch_peruser]
+; If enabled, 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}
@@ -167,7 +167,7 @@ uuids={couch_uuids, start, []}
auth_cache={couch_auth_cache, start_link, []}
os_daemons={couch_os_daemons, start_link, []}
compaction_daemon={couch_compaction_daemon, start_link, []}
-couchdb_peruser={couchdb_peruser, start_link, []}
+couch_peruser={couch_peruser, start_link, []}
[indexers]
couch_mrview = true
diff --git a/rel/overlay/etc/local.ini b/rel/overlay/etc/local.ini
index 3427d73f3..58baefd5d 100644
--- a/rel/overlay/etc/local.ini
+++ b/rel/overlay/etc/local.ini
@@ -7,8 +7,8 @@
[couchdb]
;max_document_size = 4294967296 ; bytes
-[couchdb_peruser]
-; If enabled, couchdb_peruser ensures that a private per-user database
+[couch_peruser]
+; If enabled, 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}
diff --git a/rel/reltool.config b/rel/reltool.config
index d42c555fb..7699f3eb8 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -41,7 +41,7 @@
couch_replicator,
couch_stats,
couch_event,
- couchdb_peruser,
+ couch_peruser,
ddoc_cache,
ets_lru,
fabric,
@@ -98,7 +98,7 @@
{app, couch_replicator, [{incl_cond, include}]},
{app, couch_stats, [{incl_cond, include}]},
{app, couch_event, [{incl_cond, include}]},
- {app, couchdb_peruser, [{incl_cond, include}]},
+ {app, couch_peruser, [{incl_cond, include}]},
{app, ddoc_cache, [{incl_cond, include}]},
{app, ets_lru, [{incl_cond, include}]},
{app, fabric, [{incl_cond, include}]},