ChrisC | 5e9feb2 | 2017-06-21 02:38:57 -0700 | [diff] [blame^] | 1 | ### |
| 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 | |
| 24 | info.build.artifact=@project.artifactId@ |
| 25 | info.build.name=@project.name@ |
| 26 | info.build.description=@project.description@ |
| 27 | info.build.version=@project.version@ |
| 28 | |
| 29 | |
| 30 | server.contextPath=/ |
| 31 | #Modified engine-rest applicationpath |
| 32 | spring.jersey.application-path=/engine-rest |
| 33 | spring.profiles.active=clamp-default |
| 34 | spring.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 |
| 37 | server.tomcat.max-threads=200 |
| 38 | #The minimum number of threads always kept alive |
| 39 | server.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 |
| 41 | server.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 |
| 49 | server.context_parameters.p-name=value #context parameter with p-name as key and value as value. |
| 50 | |
| 51 | camel.springboot.consumer-template-cache-size=1000 |
| 52 | camel.springboot.producer-template-cache-size=1000 |
| 53 | camel.springboot.jmx-enabled=true |
| 54 | camel.defaultthreadpool.poolsize=10 |
| 55 | camel.defaultthreadpool.maxpoolsize=20 |
| 56 | camel.defaultthreadpool.maxqueuesize=1000 |
| 57 | camel.defaultthreadpool.keepaliveTime=60 |
| 58 | camel.defaultthreadpool.rejectpolicy=CallerRuns |
| 59 | |
| 60 | kubernetes.namespace=com-att-ajsc |
| 61 | |
| 62 | #server.port=0 |
| 63 | |
| 64 | #Camunda Process Engine DataSource connection Details |
| 65 | spring.datasource.url=jdbc:mysql://localhost:${docker.mariadb.port.host}/camundabpm?verifyServerCertificate=false&useSSL=false&requireSSL=false&autoReconnect=true |
| 66 | spring.datasource.username=camunda |
| 67 | spring.datasource.password=ndMSpw4CAM |
| 68 | spring.datasource.driver-class-name=com.mysql.jdbc.Driver |
| 69 | |
| 70 | #Camunda application properties |
| 71 | #Camunda history level |
| 72 | camunda.bpm.history-level=auto |
| 73 | |
| 74 | #clds datasource connection details |
| 75 | spring.cldsdatasource.driver-class-name=com.mysql.jdbc.Driver |
| 76 | spring.cldsdatasource.url=jdbc:mysql://localhost:${docker.mariadb.port.host}/cldsdb4?verifyServerCertificate=false&useSSL=false&requireSSL=false&autoReconnect=true |
| 77 | spring.cldsdatasource.username=clds |
| 78 | spring.cldsdatasource.password=sidnnd83K |
| 79 | spring.cldsdatasource.poolinitialsize=1 |
| 80 | spring.cldsdatasource.poolmaxactive=5 |
| 81 | spring.cldsdatasource.poolmaxwait=5000 |
| 82 | spring.cldsdatasource.pooltestonborrow=true |
| 83 | spring.cldsdatasource.poolvalidationquery=SELECT 1 |
| 84 | spring.cldsdatasource.poolvalidationquerytimeout=5000 |
| 85 | |
| 86 | #Async Executor default Parameters |
| 87 | async.core.pool.size=10 |
| 88 | async.max.pool.size=20 |
| 89 | async.queue.capacity=500 |
| 90 | |
| 91 | #CSI Logging Queue |
| 92 | JMS_WMQ_PROVIDER_URL=aftdsc://AFTUAT/34.07/-84.28 |
| 93 | JMS_WMQ_CONNECTION_FACTORY_NAME=aftdsc://AFTUAT/?service=CSILOG,version=4.0,bindingType=fusionBus,envContext=Q,Q30A=YES |
| 94 | JMS_WMQ_INITIAL_CONNECTION_FACTORY_NAME=com.att.aft.jms.FusionCtxFactory |
| 95 | JMS_WMQ_AUDIT_DESTINATION_NAME=queue:///CSILOGQL.M2E.DASHBOARD01.NOT.Q30A |
| 96 | JMS_WMQ_PERF_DESTINATION_NAME=queue:///CSILOGQL.M2E.PERFORMANCE01.NOT.Q30A |
| 97 | csiEnable=true |
| 98 | |
| 99 | #GRM Edge endpoint details |
| 100 | service.name=ajsc6camundademo |
| 101 | service.version=1.0.0.0 |
| 102 | routeoffer=TEST |
| 103 | #Update with your application name |
| 104 | application.name=AJSC6CAMUNDA |
| 105 | |
| 106 | org.onap.clamp.config.files.cldsReference=classpath:/clds/clds-reference.properties |
| 107 | org.onap.clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties |
| 108 | org.onap.clamp.config.files.cldsUsers=classpath:/clds/clds-users.properties |