summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2019-11-28 10:32:50 +0000
committerRobert Newson <rnewson@apache.org>2019-12-02 17:51:44 +0000
commitc79d85314307d67222bd19b3c19f6b5c32a012f0 (patch)
treee3de8b9e0e478305b100cc1dd94de72e0c983e47
parentaab05b67a335ece30105a6d59384e9ab6dce08cd (diff)
downloadcouchdb-c79d85314307d67222bd19b3c19f6b5c32a012f0.tar.gz
enable port 5986 in local.ini for the test suites
-rw-r--r--rel/overlay/etc/local.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/rel/overlay/etc/local.ini b/rel/overlay/etc/local.ini
index ecc97f466..ac51b7b56 100644
--- a/rel/overlay/etc/local.ini
+++ b/rel/overlay/etc/local.ini
@@ -30,6 +30,7 @@
;socket_options = [{sndbuf, 262144}, {nodelay, true}]
[httpd]
+enable = true ; for the test suites
; NOTE that this only configures the "backend" node-local port, not the
; "frontend" clustered port. You probably don't want to change anything in
; this section.