Sylvain Desbureaux | 47eb4d2 | 2020-12-10 12:15:27 +0100 | [diff] [blame] | 1 | {{/* |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 2 | # Copyright © 2018 Amdocs, Bell Canada, AT&T |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
| 16 | # |
| 17 | # disable the default thyme leaf icon on web-pages |
| 18 | # |
Sylvain Desbureaux | 47eb4d2 | 2020-12-10 12:15:27 +0100 | [diff] [blame] | 19 | */}} |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 20 | spring.mvc.favicon.enabled=false |
| 21 | |
| 22 | # |
| 23 | # to switch to http, remove ssl and put http |
| 24 | # and in the values.yaml change the internalPort to 9517 |
| 25 | # |
| 26 | |
wr148d | ef13604 | 2021-02-12 11:28:21 -0500 | [diff] [blame] | 27 | spring.profiles.active=camel,ssl,fe-prod,oxm-schema-prod,oxm-default,resources,portal,aai-proxy |
Sylvain Desbureaux | 7007041 | 2020-11-09 21:58:48 +0100 | [diff] [blame] | 28 | |
| 29 | portal.cadiFileLocation={{.Values.config.cadiFileLocation}} |
| 30 | portal.cadiFileLocation={{.Values.config.cadiFileLocation}} |
| 31 | searchservice.hostname={{.Values.global.searchData.serviceName}} |
| 32 | searchservice.port=9509 |
| 33 | searchservice.client-cert=client-cert-onap.p12 |
| 34 | searchservice.client-cert-password=1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 |
| 35 | searchservice.truststore=tomcat_keystore |
| 36 | |
| 37 | schema.ingest.file=${CONFIG_HOME}/schemaIngest.properties |