summaryrefslogtreecommitdiff
path: root/nouveau/nouveau.yaml
blob: 59176bb7aa9aadfe71ee51dff83fe9af575dddf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
maxIndexesOpen: 100
commitIntervalSeconds: 30
idleSeconds: 60
rootDir: target/indexes

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
      - POST
  requestLog:
    appenders:
      - type: console
        target: stderr