summaryrefslogtreecommitdiff
path: root/nouveau/nouveau.yaml
blob: 9e45bd71120b2cd439d67d62a9ab67b1a290888f (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
25
26
27
maxIndexesOpen: 100
commitIntervalSeconds: 30
idleSeconds: 60
rootDir: target/indexes

logging:
  level: WARN

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