Controller Blueprints Microservice
[ccsdk/cds.git] / ms / controllerblueprints / modules / service / src / test / resources / application.properties
1 #
2 # Copyright © 2017-2018 AT&T Intellectual Property.
3 # Modifications Copyright © 2018 IBM.
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #     http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 #
17
18 info.build.artifact=@project.artifactId@
19 info.build.name=@project.name@
20 info.build.description=@project.description@
21 info.build.version=@project.version@
22 info.build.groupId=@project.groupId@
23 logging.level.root=info
24
25 server.contextPath=/
26 server.servlet-path=/
27 spring.jersey.application-path=/api/controller-blueprints/v1
28 server.routingPath=/api
29
30
31 mots.application.acronym=MOTS_ID
32 platform.identifier=AJSC7_JERSEY
33 #spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
34
35 #logging.pattern.console=%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr($ threadId: {PID:- }){magenta} %clr(---){faint} %clr([ hostname: %X{hostname} serviceName: %X{serviceName} version: %X{version} transactionId: %X{transactionId} requestTimeStamp: %X{requestTimestamp}  responseTimeStamp: %X{responseTimestamp} duration: %X{duration}]){yellow} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wex
36
37
38 #The max number of active threads in this pool
39 server.tomcat.max-threads=200
40 #The minimum number of threads always kept alive
41 server.tomcat.min-Spare-Threads=25
42 #The number of milliseconds before an idle thread shutsdown, unless the number of active threads are less or equal to minSpareThreads
43 server.tomcat.max-idle-time=60000
44
45 #for changing the tomcat port...
46 #server.port=8081
47
48
49
50 #Servlet context parameters
51 server.context_parameters.p-name=value #context parameter with p-name as key and value as value.
52
53 # make this true for AAF authentication and place cadi.properties into etc folder
54 aaf.enabled=true
55
56 # set to true to enable version proxy
57 #ivp.enabled=false
58
59 spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS = false
60
61
62 logging.level.org.springframework.web=INFO
63 logging.level.org.hibernate.SQL=warn
64 logging.level.org.hibernate.type.descriptor.sql=debug
65
66
67 blueprints.load.initial-data=true
68 load.dataTypePath=./../../application/load/model_type/data_type
69 load.nodeTypePath=./../../application/load/model_type/node_type
70 load.artifactTypePath=./../../application/load/model_type/artifact_type
71 load.resourceDictionaryPath=load/resource_dictionary
72 load.blueprintsPath=./../../application/load/blueprints