Ressource resolution using configurable database
[ccsdk/apps.git] / ms / blueprintsprocessor / functions / resource-resolution / src / test / resources / application-test.properties
1 # suppress inspection "UnusedProperty" for whole file
2 #
3 # Copyright © 2017-2018 AT&T Intellectual Property.
4 #
5 # Modifications Copyright © 2019 IBM, Bell Canada.
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 #
19 blueprintsprocessor.db.primary.url=jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE
20 blueprintsprocessor.db.primary.username=sa
21 blueprintsprocessor.db.primary.password=
22 blueprintsprocessor.db.primary.driverClassName=org.h2.Driver
23 blueprintsprocessor.db.primary.hibernateHbm2ddlAuto=create-drop
24 blueprintsprocessor.db.primary.hibernateDDLAuto=update
25 blueprintsprocessor.db.primary.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
26 blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.H2Dialect
27 # Controller Blueprints Core Configuration
28 blueprintsprocessor.blueprintDeployPath=./target/blueprints/deploy
29 blueprintsprocessor.blueprintArchivePath=./target/blueprints/archive
30
31 blueprintsprocessor.restclient.primary-config-data.type=basic-auth
32 blueprintsprocessor.restclient.primary-config-data.url=http://127.0.0.1:9111
33 blueprintsprocessor.restclient.primary-config-data.userId=sampleuser
34 blueprintsprocessor.restclient.primary-config-data.token=sampletoken
35
36 # Python executor
37 blueprints.processor.functions.python.executor.executionPath=./../../../../components/scripts/python/ccsdk_blueprints
38 blueprints.processor.functions.python.executor.modulePaths=./../../../../components/scripts/python/ccsdk_blueprints
39
40
41 # CBA examples for tests cases
42 controllerblueprints.loadBlueprintsExamplesPath=./../../../../components/model-catalog/blueprint-model/test-blueprint
43 controllerblueprints.loadBluePrintPaths=./../../../../components/model-catalog/blueprint-model/test-blueprint