-
Notifications
You must be signed in to change notification settings - Fork 64
/
zaas-service-2.yml
41 lines (39 loc) · 988 Bytes
/
zaas-service-2.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
spring.profiles.include: diag
apiml:
service:
hostname: localhost
ipAddress: 0.0.0.0
port: 10033
discoveryServiceUrls: https://localhost:10011/eureka/,https://localhost2:10021/eureka/
security:
personalAccessToken:
enabled: true
oidc:
enabled: false
auth:
provider: zosmf
zosmf:
serviceId: mockzosmf # Replace me with the correct z/OSMF service id
ssl:
verifySslCertificatesOfServices: true
x509:
enabled: true
banner: console
eureka:
client:
initialInstanceInfoReplicationIntervalSeconds: 1
registryFetchIntervalSeconds: 1
spring:
output:
ansi:
enabled: always
server:
ssl:
keyAlias: localhost-multi
keyPassword: password
keyStore: keystore/localhost/localhost-multi.keystore.p12
keyStorePassword: password
keyStoreType: PKCS12
trustStore: keystore/localhost/localhost-multi.truststore.p12
trustStorePassword: password
trustStoreType: PKCS12