Fixes: manual integration test of CDS
[ccsdk/cds.git] / ms / blueprintsprocessor / application / src / test / resources / application.properties
1 #
2 # Copyright © 2017-2018 AT&T Intellectual Property.
3 #
4 # Modifications Copyright © 2019 IBM, Bell Canada.
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 #
18 # Web server config
19 server.port=8080
20 # Blueprint Processor File Execution and Handling Properties
21 blueprintsprocessor.blueprintDeployPath=/opt/app/onap/blueprints/deploy
22 blueprintsprocessor.blueprintArchivePath=/opt/app/onap/blueprints/archive
23 # Primary Database Configuration
24 blueprintsprocessor.db.primary.url=jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE
25 blueprintsprocessor.db.primary.username=sa
26 blueprintsprocessor.db.primary.password=
27 blueprintsprocessor.db.primary.driverClassName=org.h2.Driver
28 blueprintsprocessor.db.primary.hibernateHbm2ddlAuto=create-drop
29 blueprintsprocessor.db.primary.hibernateDDLAuto=update
30 blueprintsprocessor.db.primary.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
31 blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.H2Dialect
32 # Python executor
33 blueprints.processor.functions.python.executor.executionPath=/opt/app/onap/scripts/jython
34 blueprints.processor.functions.python.executor.modulePaths=/opt/app/onap/scripts/jython