This repository has been archived by the owner on May 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.yml
100 lines (84 loc) · 2.86 KB
/
application.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
spring:
main:
bannerMode: "off"
logging:
level:
ROOT: INFO
com.netflix: WARN
com.netflix.config: ERROR
com.netflix.discovery: ERROR
org.apache.catalina: WARN
org.springframework: WARN
org.springframework.boot.web.embedded: INFO
springfox.documentation: WARN
com.ca.mfaas.eurekaservice.client.impl: WARN
server:
port: 10080
ssl:
verifySslCertificatesOfServices: true
enabled: false
protocol: TLS
enabledProtocols: TLSv1.2
ciphers: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
springfox.documentation.swagger.v2.path: /apiDocs/v2
zowe.sample.authentication: Press **Authorize** and use `zowe` as the username and `zowe` as the password
apiml:
service:
# Following values are default values that can be changed by user:
serviceId: zowesample
title: Zowe Sample API Service
description: Sample Spring Boot API service that provides REST API
catalogUiTile:
id: sample
title: Sample API Services
description: Sample API services to demonstrate exposing a REST API service in the Zowe ecosystem
version: 1.0.0
# Following values are provided by the developer:
scheme: http
baseUrl: ${apiml.service.scheme}://${apiml.service.hostname}:${server.port}/
homePageRelativeUrl:
statusPageRelativeUrl: actuator/info
healthCheckRelativeUrl: actuator/health
routes:
- gatewayUrl: api/v1
serviceUrl: /api/v1
apiInfo:
- apiId: org.zowe.sample.api
gatewayUrl: api/v1
version: 1.0.0
title: Zowe Sample REST API
description: Sample Spring Boot REST API for Zowe. ${zowe.sample.authentication}
swaggerUrl: ${apiml.service.scheme}://${apiml.service.hostname}:${server.port}/api/v1/apiDocs
---
spring:
profiles: https
apiml:
service:
scheme: https
server:
ssl:
enabled: true
---
spring:
profiles: debug
logging:
level:
ROOT: INFO
org.zowe.sample.apiservice: DEBUG
org.springframework: INFO
org.apache.catalina: INFO
com.netflix: INFO
springfox.documentation: INFO
com.ca.mfaas.eurekaservice.client.impl: INFO
---
spring:
profiles: diag
management:
endpoints:
web:
exposure:
include: "*"
---
spring:
profiles: zos
zowe.sample.authentication: Press **Authorize** and use your mainframe credentials