Skip Wonnell | 86011b9 | 2017-08-15 17:05:27 -0500 | [diff] [blame] | 1 | ### |
| 2 | # ============LICENSE_START======================================================= |
| 3 | # ONAP : APP-C |
| 4 | # ================================================================================ |
| 5 | # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 6 | # ================================================================================ |
| 7 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | # you may not use this file except in compliance with the License. |
| 9 | # You may obtain a copy of the License at |
| 10 | # |
| 11 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | # |
| 13 | # Unless required by applicable law or agreed to in writing, software |
| 14 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | # See the License for the specific language governing permissions and |
| 17 | # limitations under the License. |
| 18 | # ============LICENSE_END========================================================= |
| 19 | ### |
| 20 | = |
Takamune Cho | 8491cc3 | 2017-12-19 10:48:02 -0600 | [diff] [blame] | 21 | org.onap.ccsdk.sli.dbtype= |
| 22 | org.onap.ccsdk.sli.adaptors.jdbc.hosts= |
| 23 | org.onap.ccsdk.sli.adaptors.jdbc.url= |
| 24 | org.onap.ccsdk.sli.adaptors.jdbc.database= |
| 25 | org.onap.ccsdk.sli.adaptors.jdbc.user= |
| 26 | org.onap.ccsdk.sli.adaptors.jdbc.password= |
| 27 | org.onap.ccsdk.sli.adaptors.jdbc.connection.name= |
Skip Wonnell | 86011b9 | 2017-08-15 17:05:27 -0500 | [diff] [blame] | 28 | |
Takamune Cho | 8491cc3 | 2017-12-19 10:48:02 -0600 | [diff] [blame] | 29 | org.onap.ccsdk.sli.adaptors.jdbc.connection.timeout= |
| 30 | org.onap.ccsdk.sli.adaptors.jdbc.request.timeout= |
| 31 | org.onap.ccsdk.sli.adaptors.jdbc.limit.init= |
| 32 | org.onap.ccsdk.sli.adaptors.jdbc.limit.min= |
| 33 | org.onap.ccsdk.sli.adaptors.jdbc.limit.max= |