aboutsummaryrefslogtreecommitdiffstats
path: root/gui-server/src/test/resources/application_http.yaml
blob: cebdc090dfb8477c21830bbfba8d9774aae8b125 (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
28
server:
  port: 2443
  ssl:
    enabled: false

runtime-ui:
  policy:
    mapping-path: "/runtime-ui/policy/restservices"
    url: http://localhost:30440
    disable-ssl-validation: true
    disable-ssl-hostname-check: true

  acm:
    mapping-path: "/runtime-ui/acm/restservices"
    url: http://localhost:30258
    disable-ssl-validation: true
    disable-ssl-hostname-check: true

designtime-ui:
  apex-editor:
    upload-url:
    upload-userid:

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