aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-gui-docker/src/main/docker/config/application.yml
blob: 17729f7e492c388495d47fedab6c84352c2e86e6 (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
server:
  port: 2443
  ssl:
    enabled: true
    client-auth: want
    key-store: file:${KEYSTORE}
    key-store-password: ${KEYSTORE_PASSWD}
    trust-store: file:${TRUSTSTORE}
    trust-store-password: ${TRUSTSTORE_PASSWD}

clamp:
  url: https://policy-clamp-be:8443
  disable-ssl-validation: false
  disable-ssl-hostname-check: true

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

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