blob: 2f680964630b438a574ac7a69439f0596faab01e [file] [log] [blame]
ChrisC5e9feb22017-06-21 02:38:57 -07001###
2# ============LICENSE_START=======================================================
3# ONAP CLAMP
4# ================================================================================
5# Copyright (C) 2017 AT&T Intellectual Property. All rights
6# reserved.
7# ================================================================================
8# Licensed under the Apache License, Version 2.0 (the "License");
9# you may not use this file except in compliance with the License.
10# You may obtain a copy of the License at
11#
12# http://www.apache.org/licenses/LICENSE-2.0
13#
14# Unless required by applicable law or agreed to in writing, software
15# distributed under the License is distributed on an "AS IS" BASIS,
16# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17# See the License for the specific language governing permissions and
18# limitations under the License.
19# ============LICENSE_END============================================
20# ===================================================================
21# ECOMP is a trademark and service mark of AT&T Intellectual Property.
22###
23
24info.build.artifact=@project.artifactId@
25info.build.name=@project.name@
26info.build.description=@project.description@
27info.build.version=@project.version@
28
29
30server.contextPath=/
31#Modified engine-rest applicationpath
32spring.jersey.application-path=/engine-rest
33spring.profiles.active=clamp-default
34spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
35
36#The max number of active threads in this pool
37server.tomcat.max-threads=200
38#The minimum number of threads always kept alive
39server.tomcat.min-Spare-Threads=25
40#The number of milliseconds before an idle thread shutsdown, unless the number of active threads are less or equal to minSpareThreads
41server.tomcat.max-idle-time=60000
42
43
44#Add this properties only if you want to change the URL, AJSC Framework interceptors will intercept
45#com.att.ajsc.common.interceptors.PreInterceptor.url=/**
46#com.att.ajsc.common.interceptors.PostInterceptor.url=/**
47
48#Servlet context parameters
49server.context_parameters.p-name=value #context parameter with p-name as key and value as value.
50
51camel.springboot.consumer-template-cache-size=1000
52camel.springboot.producer-template-cache-size=1000
53camel.springboot.jmx-enabled=true
54camel.defaultthreadpool.poolsize=10
55camel.defaultthreadpool.maxpoolsize=20
56camel.defaultthreadpool.maxqueuesize=1000
57camel.defaultthreadpool.keepaliveTime=60
58camel.defaultthreadpool.rejectpolicy=CallerRuns
59
60kubernetes.namespace=com-att-ajsc
61
62#server.port=0
63
64#Camunda Process Engine DataSource connection Details
65spring.datasource.url=jdbc:mysql://localhost:${docker.mariadb.port.host}/camundabpm?verifyServerCertificate=false&useSSL=false&requireSSL=false&autoReconnect=true
66spring.datasource.username=camunda
67spring.datasource.password=ndMSpw4CAM
68spring.datasource.driver-class-name=com.mysql.jdbc.Driver
69
70#Camunda application properties
71#Camunda history level
72camunda.bpm.history-level=auto
73
74#clds datasource connection details
75spring.cldsdatasource.driver-class-name=com.mysql.jdbc.Driver
76spring.cldsdatasource.url=jdbc:mysql://localhost:${docker.mariadb.port.host}/cldsdb4?verifyServerCertificate=false&useSSL=false&requireSSL=false&autoReconnect=true
77spring.cldsdatasource.username=clds
78spring.cldsdatasource.password=sidnnd83K
79spring.cldsdatasource.poolinitialsize=1
80spring.cldsdatasource.poolmaxactive=5
81spring.cldsdatasource.poolmaxwait=5000
82spring.cldsdatasource.pooltestonborrow=true
83spring.cldsdatasource.poolvalidationquery=SELECT 1
84spring.cldsdatasource.poolvalidationquerytimeout=5000
85
86#Async Executor default Parameters
87async.core.pool.size=10
88async.max.pool.size=20
89async.queue.capacity=500
90
91#CSI Logging Queue
92JMS_WMQ_PROVIDER_URL=aftdsc://AFTUAT/34.07/-84.28
93JMS_WMQ_CONNECTION_FACTORY_NAME=aftdsc://AFTUAT/?service=CSILOG,version=4.0,bindingType=fusionBus,envContext=Q,Q30A=YES
94JMS_WMQ_INITIAL_CONNECTION_FACTORY_NAME=com.att.aft.jms.FusionCtxFactory
95JMS_WMQ_AUDIT_DESTINATION_NAME=queue:///CSILOGQL.M2E.DASHBOARD01.NOT.Q30A
96JMS_WMQ_PERF_DESTINATION_NAME=queue:///CSILOGQL.M2E.PERFORMANCE01.NOT.Q30A
97csiEnable=true
98
99#GRM Edge endpoint details
100service.name=ajsc6camundademo
101service.version=1.0.0.0
102routeoffer=TEST
103#Update with your application name
104application.name=AJSC6CAMUNDA
105
106org.onap.clamp.config.files.cldsReference=classpath:/clds/clds-reference.properties
107org.onap.clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties
108org.onap.clamp.config.files.cldsUsers=classpath:/clds/clds-users.properties