summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2022-12-31 14:12:16 +0000
committerRobert Newson <rnewson@apache.org>2022-12-31 14:12:16 +0000
commitd337b7aed8d5dc71e51e2bee6a72a2dd5688e7a7 (patch)
tree5d6b911f9f4556750616837959fc3b77feff9a95
parent3d71a560454fca27d1e17407988f42faa24ee21b (diff)
downloadcouchdb-nouveau-0.1.tar.gz
bind nouveau to localhost only by defaultnouveau-0.1
-rw-r--r--java/nouveau/nouveau.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/nouveau/nouveau.yaml b/java/nouveau/nouveau.yaml
index a6bd00f6e..49c9a4e99 100644
--- a/java/nouveau/nouveau.yaml
+++ b/java/nouveau/nouveau.yaml
@@ -8,8 +8,13 @@ server:
applicationConnectors:
- type: h2c
port: 8080
+ bindHost: 127.0.0.1
maxConcurrentStreams: 1024
initialStreamRecvWindow: 65535
+ adminConnectors:
+ - type: h2c
+ port: 8081
+ bindHost: 127.0.0.1
gzip:
includedMethods:
- GET