blob: 1fb6fb8732657754f7b2f525cf314152849011eb [file] [log] [blame]
jmac065e2ce2018-03-29 01:18:02 +00001###
2# ============LICENSE_START=======================================================
Krzysztof Opasiakcc97c732020-02-25 23:31:20 +01003# Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
jmac065e2ce2018-03-29 01:18:02 +00004# ================================================================================
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16# ============LICENSE_END=========================================================
17###
jmac065e2ce2018-03-29 01:18:02 +000018org.onap.ccsdk.sli.dbtype=jdbc
jmac065e2ce2018-03-29 01:18:02 +000019org.onap.ccsdk.sli.jdbc.hosts=sdnctldb01
Krzysztof Opasiakcc97c732020-02-25 23:31:20 +010020org.onap.ccsdk.sli.jdbc.url=jdbc:mysql://{{include "common.mariadbService" $}}:{{include "common.mariadbPort" $}}/{{$.Values.config.dbSdnctlDatabase}}
jmac065e2ce2018-03-29 01:18:02 +000021org.onap.ccsdk.sli.jdbc.driver=org.mariadb.jdbc.Driver
Krzysztof Opasiakcc97c732020-02-25 23:31:20 +010022org.onap.ccsdk.sli.jdbc.database={{$.Values.config.dbSdnctlDatabase}}
23org.onap.ccsdk.sli.jdbc.user=${SDNC_DB_USER}
24org.onap.ccsdk.sli.jdbc.password=${SDNC_DB_PASSWORD}
jmac065e2ce2018-03-29 01:18:02 +000025org.onap.ccsdk.sli.jdbc.connection.name=sdnctldb01
26org.onap.ccsdk.sli.jdbc.connection.timeout=50
27org.onap.ccsdk.sli.jdbc.request.timeout=100
28org.onap.ccsdk.sli.jdbc.limit.init=10
29org.onap.ccsdk.sli.jdbc.limit.min=10
30org.onap.ccsdk.sli.jdbc.limit.max=20
31org.onap.dblib.connection.recovery=false