aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-gui-docker/src/main/docker/config/application.yml
blob: 1894d9d37a51e9bb93ed61610ea53671c4785fef (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
server:
  port: 2443
  ssl:
    enabled: true
    enabled-protocols: TLSv1.2
    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