summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarren Smith <garren.smith@gmail.com>2019-01-15 15:12:41 +0200
committergarren smith <garren.smith@gmail.com>2019-01-22 12:56:59 +0200
commit00ce1c1610507caecf0a02e2301f4a6b91379c37 (patch)
treec92957e3558e23af35da94441b57f04f7ceb1a2c
parent4904e4c829cfeacd2af5d11e9143e72343cac749 (diff)
downloadcouchdb-00ce1c1610507caecf0a02e2301f4a6b91379c37.tar.gz
default config for partition feature flag
-rw-r--r--rel/overlay/etc/default.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index a32cfdf12..9a332acdd 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -304,6 +304,13 @@ os_process_limit = 100
[indexers]
couch_mrview = true
+[feature_flags]
+; This enables any database to be created as a partitioned databases (except system db's).
+; Setting this to false will stop the creation of paritioned databases.
+; paritioned||allowed* = true will scope the creation of partitioned databases
+; to databases with 'allowed' prefix.
+partitioned||* = true
+
[uuids]
; Known algorithms:
; random - 128 bits of random awesome