Migrate ccsdk/apps to ccsdk/cds
[ccsdk/cds.git] / ms / controllerblueprints / application / src / test / resources / application.properties
1 #\r
2 # Copyright © 2017-2018 AT&T Intellectual Property.\r
3 # Modifications Copyright © 2018 IBM.\r
4 #\r
5 # Licensed under the Apache License, Version 2.0 (the "License");\r
6 # you may not use this file except in compliance with the License.\r
7 # You may obtain a copy of the License at\r
8 #\r
9 #     http://www.apache.org/licenses/LICENSE-2.0\r
10 #\r
11 # Unless required by applicable law or agreed to in writing, software\r
12 # distributed under the License is distributed on an "AS IS" BASIS,\r
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14 # See the License for the specific language governing permissions and\r
15 # limitations under the License.\r
16 #\r
17 spring.main.banner-mode=off\r
18 \r
19 appName=ControllerBluePrints\r
20 ms_name=org.onap.ccsdk.cds.controllerblueprints\r
21 appVersion=1.0.0\r
22 \r
23 # Basic Authentication\r
24 basic-auth.user-name=ccsdkapps\r
25 basic-auth.hashed-pwd={bcrypt}$2a$10$MJxhNiOAffxbyrV9.rrOUewP9Q/ASg5Nit2cmP.yBaXGsVXo8BW3y\r
26 \r
27 #To Remove Null in JSON API Response\r
28 spring.jackson.default-property-inclusion=non_null\r
29 \r
30 #Swagger Configuration\r
31 swagger.contact.name=Brinda Santh Muthuramalingam\r
32 swagger.contact.url=www.onap.com\r
33 swagger.contact.email=brindasanth@onap.com\r
34 \r
35 # Load Resource Source Mappings\r
36 resourceSourceMappings=processor-db=source-processor-db,input=source-input,default=source-default,primary-config-data=source-rest,capability=source-capability\r
37 \r
38 # Controller Blueprints Core Configuration\r
39 controllerblueprints.blueprintDeployPath=./target/blueprints/deploy\r
40 controllerblueprints.blueprintArchivePath=./target/blueprints/archive\r
41 controllerblueprints.blueprintEnrichmentPath=./target/blueprints/enrichment\r
42 # Controller Blueprint Load Configurations\r
43 controllerblueprints.loadInitialData=false\r
44 controllerblueprints.loadBluePrint=false\r
45 controllerblueprints.loadBluePrintPaths=./../../../../components/model-catalog/blueprint-model/test-blueprint\r
46 controllerblueprints.loadModelType=false\r
47 controllerblueprints.loadModeTypePaths=./../../../../components/model-catalog/definition-type/starter-type\r
48 controllerblueprints.loadResourceDictionary=false\r
49 controllerblueprints.loadResourceDictionaryPaths=./../../../../components/model-catalog/resource-dictionary/starter-dictionary\r
50 \r
51 # CBA file extension\r
52 controllerblueprints.loadCbaExtension=zip\r
53 \r
54 # CBA examples for tests cases\r
55 controllerblueprints.loadBlueprintsExamplesPath=./../../../../components/model-catalog/blueprint-model/test-blueprint\r
56 \r
57 # Web server config\r
58 server.port=8080