blob: 97daec079e46a65301dfdc17ecc9dbba63e259f3 [file] [log] [blame]
Jakub Latuseke0e8ca72020-10-21 13:36:29 +02001{{/*
jmac065e2ce2018-03-29 01:18:02 +00002###
3# ============LICENSE_START=======================================================
Krzysztof Opasiakcc97c732020-02-25 23:31:20 +01004# Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
jmac065e2ce2018-03-29 01:18:02 +00005# ================================================================================
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# ============LICENSE_END=========================================================
18###
Jakub Latuseke0e8ca72020-10-21 13:36:29 +020019*/}}
jmac065e2ce2018-03-29 01:18:02 +000020org.onap.ccsdk.sli.dbtype=jdbc
jmac065e2ce2018-03-29 01:18:02 +000021org.onap.ccsdk.sli.jdbc.hosts=sdnctldb01
Krzysztof Opasiakcc97c732020-02-25 23:31:20 +010022org.onap.ccsdk.sli.jdbc.url=jdbc:mysql://{{include "common.mariadbService" $}}:{{include "common.mariadbPort" $}}/{{$.Values.config.dbSdnctlDatabase}}
jmac065e2ce2018-03-29 01:18:02 +000023org.onap.ccsdk.sli.jdbc.driver=org.mariadb.jdbc.Driver
Krzysztof Opasiakcc97c732020-02-25 23:31:20 +010024org.onap.ccsdk.sli.jdbc.database={{$.Values.config.dbSdnctlDatabase}}
25org.onap.ccsdk.sli.jdbc.user=${SDNC_DB_USER}
26org.onap.ccsdk.sli.jdbc.password=${SDNC_DB_PASSWORD}
jmac065e2ce2018-03-29 01:18:02 +000027org.onap.ccsdk.sli.jdbc.connection.name=sdnctldb01
28org.onap.ccsdk.sli.jdbc.connection.timeout=50
29org.onap.ccsdk.sli.jdbc.request.timeout=100
30org.onap.ccsdk.sli.jdbc.limit.init=10
31org.onap.ccsdk.sli.jdbc.limit.min=10
32org.onap.ccsdk.sli.jdbc.limit.max=20
33org.onap.dblib.connection.recovery=false