74c478a2afd12fb077720b6671eb43863b3c0287
[ccsdk/cds.git] / ms / blueprintsprocessor / functions / config-snapshots / src / test / resources / application-test.properties
1 #  Copyright © 2019 Bell Canada.
2 #
3 #  Licensed under the Apache License, Version 2.0 (the "License");
4 #  you may not use this file except in compliance with the License.
5 #  You may obtain a copy of the License at
6 #
7 #      http://www.apache.org/licenses/LICENSE-2.0
8 #
9 #  Unless required by applicable law or agreed to in writing, software
10 #  distributed under the License is distributed on an "AS IS" BASIS,
11 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 #  See the License for the specific language governing permissions and
13 #  limitations under the License.
14
15 blueprintsprocessor.db.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1
16 blueprintsprocessor.db.username=sa
17 blueprintsprocessor.db.password=
18 blueprintsprocessor.db.driverClassName=org.h2.Driver
19 blueprintsprocessor.db.hibernateHbm2ddlAuto=create-drop
20 blueprintsprocessor.db.hibernateDDLAuto=update
21 blueprintsprocessor.db.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
22 blueprintsprocessor.db.hibernateDialect=org.hibernate.dialect.H2Dialect
23 # Controller Blueprints Core Configuration
24 blueprintsprocessor.blueprintDeployPath=./target/blueprints/deploy
25 blueprintsprocessor.blueprintArchivePath=./target/blueprints/archive
26
27 # Python executor
28 blueprints.processor.functions.python.executor.executionPath=./../../../../components/scripts/python/ccsdk_blueprints
29 blueprints.processor.functions.python.executor.modulePaths=./../../../../components/scripts/python/ccsdk_blueprints
30
31 # Executor Options
32 blueprintprocessor.netconfExecutor.enabled=true