forked from ilkinabdullayev/api-layer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgateway-service.yml
36 lines (34 loc) · 1 KB
/
gateway-service.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
spring.profiles.include: diag
apiml:
service:
allowEncodedSlashes: true
hostname: localhost
ipAddress: 127.0.0.1
port: 10010
discoveryServiceUrls: https://localhost:10011/eureka/
security:
auth:
provider: dummy
zosmfServiceId: zosmf # Replace me with the correct z/OSMF service id
passTicket:
timeout: 360 # [s] - default timeout to expire (z/OS has 10 mins as default)
ssl:
verifySslCertificatesOfServices: true
banner: console
spring:
output:
ansi:
enabled: always
cache:
ehcache:
config: classpath:ehcache.xml
server:
ssl:
keyAlias: localhost
keyPassword: password
keyStore: keystore/localhost/localhost.keystore.p12
keyStorePassword: password
keyStoreType: PKCS12
trustStore: keystore/localhost/localhost.truststore.p12
trustStorePassword: password
trustStoreType: PKCS12