Controller Blueprints MS
[ccsdk/cds.git] / ms / controllerblueprints / modules / service / src / test / resources / application.properties
1 #
2 # Copyright © 2017-2018 AT&T Intellectual Property.
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 info.build.artifact=@project.artifactId@
18 info.build.name=@project.name@
19 info.build.description=@project.description@
20 info.build.version=@project.version@
21 info.build.groupId=@project.groupId@
22 logging.level.root=info
23
24 server.contextPath=/
25 server.servlet-path=/
26 spring.jersey.application-path=/api/controller-blueprints/v1
27 server.routingPath=/api
28
29
30 mots.application.acronym=MOTS_ID
31 platform.identifier=AJSC7_JERSEY
32 #spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
33
34 #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
35
36
37 #The max number of active threads in this pool
38 server.tomcat.max-threads=200
39 #The minimum number of threads always kept alive
40 server.tomcat.min-Spare-Threads=25
41 #The number of milliseconds before an idle thread shutsdown, unless the number of active threads are less or equal to minSpareThreads
42 server.tomcat.max-idle-time=60000
43
44 #for changing the tomcat port...
45 #server.port=8081
46
47
48
49 #Servlet context parameters
50 server.context_parameters.p-name=value #context parameter with p-name as key and value as value.
51
52 # make this true for AAF authentication and place cadi.properties into etc folder
53 aaf.enabled=true
54
55 # set to true to enable version proxy
56 #ivp.enabled=false
57
58 spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS = false
59
60
61 logging.level.org.springframework.web=INFO
62 logging.level.org.hibernate.SQL=warn
63 logging.level.org.hibernate.type.descriptor.sql=debug
64
65
66 blueprints.load.initial-data=true
67 blueprints.load.path=load