blob: 362726a6d82e208c950cb21d74590de0582127a4 [file] [log] [blame]
jmac065e2ce2018-03-29 01:18:02 +00001###
2# ============LICENSE_START=======================================================
jmaca68f4cb2018-05-10 22:44:19 +00003# Copyright (C) 2018 AT&T Intellectual Property. All rights
jmac065e2ce2018-03-29 01:18:02 +00004# reserved.
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# ============LICENSE_END=========================================================
18###
jmac065e2ce2018-03-29 01:18:02 +000019org.onap.ccsdk.sli.dbtype=jdbc
jmac065e2ce2018-03-29 01:18:02 +000020org.onap.ccsdk.sli.jdbc.hosts=sdnctldb01
jmacc21cb7d2018-04-16 19:54:54 +000021org.onap.ccsdk.sli.jdbc.url=jdbc:mysql://{{.Values.mysql.service.name}}.{{.Release.Namespace}}:{{.Values.mysql.service.internalPort}}/sdnctl
jmac065e2ce2018-03-29 01:18:02 +000022org.onap.ccsdk.sli.jdbc.driver=org.mariadb.jdbc.Driver
23org.onap.ccsdk.sli.jdbc.database=sdnctl
24org.onap.ccsdk.sli.jdbc.user=sdnctl
25org.onap.ccsdk.sli.jdbc.password=gamma
26org.onap.ccsdk.sli.jdbc.connection.name=sdnctldb01
27org.onap.ccsdk.sli.jdbc.connection.timeout=50
28org.onap.ccsdk.sli.jdbc.request.timeout=100
29org.onap.ccsdk.sli.jdbc.limit.init=10
30org.onap.ccsdk.sli.jdbc.limit.min=10
31org.onap.ccsdk.sli.jdbc.limit.max=20
32org.onap.dblib.connection.recovery=false