aboutsummaryrefslogtreecommitdiffstats
path: root/gui-server/src/test/resources/application_http.yaml
blob: 24f3e8ecc6d6efc8aa4be7f3e4ab8c39a0540601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
server:
  port: 2443
  ssl:
    enabled: false

clamp:
  url: http://localhost:30258
  disable-ssl-validation: true
  disable-ssl-hostname-check: true

apex-editor:
  upload-url:
  upload-userid:

management:
  endpoints:
    web:
      exposure:
        include: health, metrics, prometheus