blob: 7b20d02afe6c202106b0671a10750ab4481be985 (
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: need
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
|