toshrajbhardwaj | 84d73b1 | 2018-08-06 07:35:14 +0000 | [diff] [blame] | 1 | # Copyright © 2018 Amdocs, Bell Canada, AT&T |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 15 | # The following info parameters are being referenced by ajsc6 |
| 16 | info.build.artifact=aai-traversal |
| 17 | info.build.name=traversal |
| 18 | info.build.description=Traversal Microservice |
Kajur, Harish (vk250x) | 41a435d | 2018-09-06 14:44:40 -0400 | [diff] [blame^] | 19 | info.build.version=1.3.0 |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 20 | |
| 21 | spring.application.name=aai-traversal |
| 22 | spring.jersey.type=filter |
| 23 | |
| 24 | server.contextPath=/ |
| 25 | spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration |
| 26 | |
Kajur, Harish (vk250x) | 41a435d | 2018-09-06 14:44:40 -0400 | [diff] [blame^] | 27 | spring.profiles.active={{ .Values.global.config.profiles.active }} |
| 28 | spring.jersey.application-path=${schema.uri.base.path} |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 29 | #The max number of active threads in this pool |
| 30 | server.tomcat.max-threads=200 |
| 31 | #The minimum number of threads always kept alive |
| 32 | server.tomcat.min-Spare-Threads=25 |
| 33 | #The number of milliseconds before an idle thread shutsdown, unless the number of active threads are less or equal to minSpareThreads |
| 34 | server.tomcat.max-idle-time=60000 |
| 35 | |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 36 | # If you get an application startup failure that the port is already taken |
| 37 | # If thats not it, please check if the key-store file path makes sense |
| 38 | server.local.startpath=aai-traversal/src/main/resources/ |
| 39 | server.basic.auth.location=${server.local.startpath}etc/auth/realm.properties |
| 40 | |
| 41 | server.port=8446 |
| 42 | server.ssl.enabled-protocols=TLSv1.1,TLSv1.2 |
Kajur, Harish (vk250x) | 41a435d | 2018-09-06 14:44:40 -0400 | [diff] [blame^] | 43 | server.ssl.key-store=${server.local.startpath}etc/auth/{{ .Values.global.config.keystore.filename }} |
| 44 | server.ssl.key-store-password=password({{ .Values.global.config.keystore.passwd }}) |
| 45 | server.ssl.trust-store=${server.local.startpath}etc/auth/{{ .Values.global.config.truststore.filename }} |
| 46 | server.ssl.trust-store-password=password({{ .Values.global.config.truststore.passwd }}) |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 47 | server.ssl.client-auth=want |
| 48 | server.ssl.key-store-type=JKS |
| 49 | |
| 50 | # JMS bind address host port |
| 51 | jms.bind.address=tcp://localhost:61647 |
BorislavG | e750068 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 52 | dmaap.ribbon.listOfServers=message-router.{{ include "common.namespace" . }}:3904 |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 53 | |
Kajur, Harish (vk250x) | 41a435d | 2018-09-06 14:44:40 -0400 | [diff] [blame^] | 54 | # Schema related attributes for the oxm and edges |
| 55 | # Any additional schema related attributes should start with prefix schema |
| 56 | schema.configuration.location=N/A |
| 57 | schema.source.name={{ .Values.global.config.schema.source.name }} |
| 58 | schema.nodes.location=${server.local.startpath}/schema/${schema.source.name}/oxm/ |
| 59 | schema.edges.location=${server.local.startpath}/schema/${schema.source.name}/dbedgerules/ |
| 60 | # Location of where the stored queries are |
| 61 | schema.queries.location=${server.local.startpath}/schema/${schema.source.name}/query/ |
vagrant | 62ddc7d | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 62 | |
Kajur, Harish (vk250x) | 41a435d | 2018-09-06 14:44:40 -0400 | [diff] [blame^] | 63 | schema.ingest.file=${server.local.startpath}/application.properties |
| 64 | |
| 65 | # Schema Version Related Attributes |
| 66 | |
| 67 | schema.uri.base.path={{ .Values.global.config.schema.uri.base.path }} |
| 68 | # Lists all of the versions in the schema |
| 69 | schema.version.list={{ .Values.global.config.schema.version.list }} |
| 70 | # Specifies from which version should the depth parameter to default to zero |
| 71 | schema.version.depth.start={{ .Values.global.config.schema.version.depth }} |
| 72 | # Specifies from which version should the related link be displayed in response payload |
| 73 | schema.version.related.link.start={{ .Values.global.config.schema.version.related.link }} |
| 74 | |
| 75 | # Specifies from which version should the client see only the uri excluding host info |
| 76 | # Before this version server base will also be included |
| 77 | schema.version.app.root.start={{ .Values.global.config.schema.version.app.root }} |
| 78 | # Specifies from which version should the namespace be changed |
| 79 | schema.version.namespace.change.start={{ .Values.global.config.schema.version.namespace.change }} |
| 80 | # Specifies from which version should the client start seeing the edge label in payload |
| 81 | schema.version.edge.label.start={{ .Values.global.config.schema.version.edge.label }} |
| 82 | # Specifies the version that the application should default to |
| 83 | schema.version.api.default={{ .Values.global.config.schema.version.api.default }} |
| 84 | |