Resource Resolution Service: Source Rest
[ccsdk/cds.git] / ms / controllerblueprints / modules / service / src / test / resources / application.properties
1 #
2 # Copyright © 2017-2018 AT&T Intellectual Property.
3 # Modifications Copyright © 2018 IBM.
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #     http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
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 # Load Resource Source Mappings
23 resourceSourceMappings=primary-db=source-primary-db,input=source-input,default=source-default,primary-config-data=source-rest,capability=source-capability
24 # Controller Blueprints Core Configuration
25 controllerblueprints.blueprintDeployPath=./target/blueprints/deploy
26 controllerblueprints.blueprintArchivePath=./target/blueprints/archive
27 controllerblueprints.blueprintEnrichmentPath=./target/blueprints/enrichment
28 # Controller Blueprint Load Configurations
29 controllerblueprints.loadInitialData=false
30 controllerblueprints.loadBluePrint=false
31 controllerblueprints.loadBluePrintPaths=./../../../../components/model-catalog/blueprint-model/starter-blueprint
32 controllerblueprints.loadModelType=false
33 controllerblueprints.loadModeTypePaths=./../../../../components/model-catalog/definition-type/starter-type
34 controllerblueprints.loadResourceDictionary=false
35 controllerblueprints.loadResourceDictionaryPaths=./../../../../components/model-catalog/resource-dictionary/starter-dictionary
36
37 # CBA file extension
38 controllerblueprints.loadCbaExtension=zip
39
40 # CBA examples for tests cases
41 controllerblueprints.loadBlueprintsExamplesPath=./../../../../components/model-catalog/blueprint-model/test-blueprints