Refactoring BP Code with ErrorCatalog
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / inbounds / designer-api / src / test / resources / application-test.properties
1 #
2 #  Copyright © 2019 - 2020 IBM, Bell Canada.
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
17 spring.main.banner-mode=off
18 spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false
19 logging.level.org.springframework.web=INFO
20 logging.level.org.hibernate.SQL=warn
21 logging.level.org.hibernate.type.descriptor.sql=debug
22
23 blueprintsprocessor.db.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1
24 blueprintsprocessor.db.username=sa
25 blueprintsprocessor.db.password=
26 blueprintsprocessor.db.driverClassName=org.h2.Driver
27 blueprintsprocessor.db.hibernateHbm2ddlAuto=create-drop
28 blueprintsprocessor.db.hibernateDDLAuto=update
29 blueprintsprocessor.db.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
30 blueprintsprocessor.db.hibernateDialect=org.hibernate.dialect.H2Dialect
31
32 # Load Resource Source Mappings
33 resourceSourceMappings=processor-db=source-db,input=source-input,default=source-default,sdnc=source-rest,aai-data=source-rest,capability=source-capability
34 # Controller Blueprints Core Configuration
35 blueprintsprocessor.blueprintDeployPath=./target/blueprints/deploy
36 blueprintsprocessor.blueprintArchivePath=./target/blueprints/archive
37 blueprintsprocessor.blueprintWorkingPath=./target/blueprints/work
38
39 # Error Managements
40 error.catalog.applicationId=cds
41 error.catalog.type=properties
42 error.catalog.errorDefinitionDir=./../../../application/src/test/resources/
43
44 # Python executor
45 blueprints.processor.functions.python.executor.executionPath=./../../../../components/scripts/python/ccsdk_blueprints
46 blueprints.processor.functions.python.executor.modulePaths=./../../../../components/scripts/python/ccsdk_blueprints