4d3bcd9b2149f8f0d9e47b13d7e03ae6d528a90c
[oom.git] / kubernetes / oof / components / oof-cmso / components / oof-cmso-service / resources / config / liquibase.properties
1 {{/*
2 ###
3 # Copyright © 2017-2018 AT&T Intellectual Property.
4 # Modifications Copyright © 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 # Unless otherwise specified, all documentation contained herein is licensed
19 # under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
20 # you may not use this documentation except in compliance with the License.
21 # You may obtain a copy of the License at
22 #
23 #             https://creativecommons.org/licenses/by/4.0/
24 #
25 # Unless required by applicable law or agreed to in writing, documentation
26 # distributed under the License is distributed on an "AS IS" BASIS,
27 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 # See the License for the specific language governing permissions and
29 # limitations under the License.
30 #
31 #
32 ###
33 */}}
34 spring.datasource.jdbcUrl=jdbc:mariadb://${DB_HOST}:${DB_PORT}/${DB_SCHEMA}?createDatabaseIfNotExist=true
35 spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
36 spring.datasource.username=${DB_USERNAME}
37 spring.datasource.password=${DB_PASSWORD}
38
39 spring.datasource.initialize=false
40 spring.datasource.tomcat.max-wait=10000
41 spring.datasource.tomcat.initialSize=5
42 spring.datasource.tomcat.max-active=25
43 spring.datasource.tomcat.test-on-borrow=true
44
45
46 #changeLogFile=calendar-liquibase-changeLog.xml
47 changeLogFile=cmso-liquibase-changeLog.xml
48
49
50 #spring.main.web-environment=false
51 #outputChangeLogFile=src/main/resources/cmso-output-changelog.xml
52 #url=jdbc:mariadb://localhost:3306/calendar
53 #url=jdbc:mysql://localhost:3306/cmso
54 #username=root
55 #password=root
56 #driver=org.mariadb.jdbc.Driver
57 #driver=com.mysql.jdbc.Driver