blob: cfa618dad9dcf33e79b659e4cbf8549f8be6f0d1 [file] [log] [blame]
Jakub Latusek2bd138d2020-10-21 13:36:29 +02001{{/*
Jennie Jia0e035442018-06-25 15:12:08 +00002# Copyright © 2017 Amdocs, Bell Canada
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.
Jakub Latusek2bd138d2020-10-21 13:36:29 +020015*/}}
Jennie Jia0e035442018-06-25 15:12:08 +000016
17spring.jersey.type=filter
18spring.mvc.urls=swagger,docs,prometheus,auditevents,info,heapdump,autoconfig,beans,loggers,dump,env,trace,health,configprops,mappings,metrics,webjars
19
20server.contextPath=/sdccontextbuilder
21spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
22
23#This property is used to set the Tomcat connector attributes.developers can define multiple attributes separated by comma
24#tomcat.connector.attributes=allowTrace-true
25#The max number of active threads in this pool
26server.tomcat.max-threads=200
27#The minimum number of threads always kept alive
28server.tomcat.min-Spare-Threads=25
29#server.port=9191
30
31#The number of milliseconds before an idle thread shutsdown, unless the number of active threads are less or equal to minSpareThreads
32server.tomcat.max-idle-time=60000
33
34#Application properties
35sdcConnect.username={{ .Values.config.sdcUsername }}
36sdcConnect.password={{ .Values.config.sdcPassword }}
37sdcConnect.consumerID={{ .Values.config.sdcConsumerId }}
38sdcConnect.sdcAddress={{ .Values.config.sdcServiceName }}.{{.Release.Namespace}}:{{ .Values.config.sdcPort }}
39
40# Minimum timeout value is 15 seconds; default is 120000s
Geora Barsky58f5c4f2018-11-02 14:41:10 -040041sdcConnect.timeout.seconds=60000
Jennie Jia0e035442018-06-25 15:12:08 +000042
43# {0} = UUID
44sdc.url.template=/sdc/v1/catalog/services/{0}/toscaModel
45sdc.artifact.type=TOSCA_CSAR
46
47# Intended name for downloaded temporary CSAR files: csar-[UUID].zip
48# Only .zip and .csar are accepted extensions, default is .zip
49sdc.csar.file.prefix=csar-
50sdc.csar.file.suffix=.zip
51
52# HTTP Basic Authorization credentials for Rest Service API
53http.userId={{ .Values.config.sdcCtxBuilderUserId }}
54http.password={{ .Values.config.sdcCtxBuilderPassword }}
55
56#Servlet context parameters
57server.context_parameters.p-name=value #context parameter with p-name as key and value as value.
58
59#test.tosca.csar.file=\\config\\toscaModel.csar.zip