Merge "fixed sonar issue in AssignVlanTagResponse"
[ccsdk/apps.git] / ms / blueprintsprocessor / application / src / test / resources / application.properties
1 #
2 # Copyright © 2017-2018 AT&T Intellectual Property.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16 # Blueprint Processor File Execution and Handling Properties
17 blueprintsprocessor.blueprintDeployPath=/opt/app/onap/blueprints/deploy
18 blueprintsprocessor.blueprintArchivePath=/opt/app/onap/blueprints/archive
19 # Primary Database Configuration
20 blueprintsprocessor.db.primary.url=jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE
21 blueprintsprocessor.db.primary.username=sa
22 blueprintsprocessor.db.primary.password=
23 blueprintsprocessor.db.primary.driverClassName=org.h2.Driver
24 blueprintsprocessor.db.primary.hibernateHbm2ddlAuto=create-drop
25 blueprintsprocessor.db.primary.hibernateDDLAuto=update
26 blueprintsprocessor.db.primary.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
27 blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.H2Dialect