Merge "[CONSUL] Add limits to consul chart."
[oom.git] / kubernetes / oof / components / oof-cmso / components / oof-cmso-optimizer / resources / config / liquibase.properties
1 {{/*
2 ###
3 # Copyright (c) 2019 AT&T Intellectual Property. 
4 # Modifications Copyright (c) 2018 IBM. 
5 #  
6 # Licensed under the Apache License, Version 2.0 (the "License"); 
7 # you may not use this file except in compliance with the License. 
8 # You may obtain a copy of the License at 
9 #  
10 #         http://www.apache.org/licenses/LICENSE-2.0 
11 #  
12 # Unless required by applicable law or agreed to in writing, software 
13 # distributed under the License is distributed on an "AS IS" BASIS, 
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
15 # See the License for the specific language governing permissions and 
16 # limitations under the License. 
17 #  
18 #  
19 # Unless otherwise specified, all documentation contained herein is licensed 
20 # under the Creative Commons License, Attribution 4.0 Intl. (the Ã¢â?¬Å"Licenseââ?¬); 
21 # you may not use this documentation except in compliance with the License. 
22 # You may obtain a copy of the License at 
23 #  
24 #         https://creativecommons.org/licenses/by/4.0/ 
25 #  
26 # Unless required by applicable law or agreed to in writing, documentation 
27 # distributed under the License is distributed on an "AS IS" BASIS, 
28 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
29 # See the License for the specific language governing permissions and 
30 # limitations under the License.
31 ###
32 */}}
33 spring.datasource.jdbcUrl=jdbc:mariadb://${DB_HOST}:${DB_PORT}/${DB_SCHEMA}?createDatabaseIfNotExist=true
34 spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
35 spring.datasource.username=${DB_USERNAME}
36 spring.datasource.password=${DB_PASSWORD}
37
38 spring.datasource.initialize=false
39 spring.datasource.tomcat.max-wait=10000
40 spring.datasource.tomcat.initialSize=5
41 spring.datasource.tomcat.max-active=25
42 spring.datasource.tomcat.test-on-borrow=true
43
44
45 changeLogFile=optimizer-liquibase-changeLog.xml