Add API Documentation for Casablanca
[externalapi/nbi.git] / src / test / resources / application.properties
1 #
2 #     Copyright (c) 2018 Orange
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 nbi.version=v3
18
19 # SERVER
20 server.contextPath=/nbi/api/${nbi.version}
21 server.port = 8080
22
23 # LOGGING
24 logging.level.org.onap.nbi=DEBUG
25
26 # ONAP
27 onap.lcpCloudRegionId=RegionOne
28 onap.tenantId=31047205ce114b60833b23e400d6a535
29 onap.cloudOwner=CloudOwner
30
31 # NBI
32 nbi.url=http://localhost:${server.port}${server.contextPath}
33 nbi.callForVNF=false
34
35 # SCHEDULER
36 scheduler.pollingDurationInMins=0.1
37
38 # SDC
39 sdc.host=http://127.0.0.1:8091
40 sdc.header.ecompInstanceId=Rene
41 sdc.header.authorization=Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=
42
43 # AAI
44 aai.host=http://127.0.0.1:8091
45 aai.header.authorization=Basic QUFJOkFBSQ==
46 aai.api.id=AAI
47 aai.header.transaction.id=808b54e3-e563-4144-a1b9-e24e2ed93d4f
48
49 # SO
50 so.host=http://127.0.0.1:8091
51 so.header.authorization=
52 so.api.id=SO
53 so.owning.entity.id=6b5b6b70-4e9a-4f6f-8b7b-cbd7cf990c6e
54 so.owning.entity.name=OE-generic
55 so.project.name=Project-generic
56
57 # MSB
58 msb.enabled=false
59 msb.discovery.host=msb_discovery
60 msb.discovery.port=10081
61 msb.service.host=
62 msb.service.name=nbi
63 msb.service.custom_path=
64 msb.service.protocol=REST
65 msb.service.visual_range=1
66 msb.service.enable_ssl=false
67
68 # H2
69 spring.datasource.url=jdbc:h2:mem:~/db;DB_CLOSE_ON_EXIT=false
70 spring.datasource.username=sa
71 spring.datasource.password=
72 spring.datasource.driver-class-name=org.h2.Driver
73 spring.h2.console.enabled=true
74 spring.h2.console.path=/h2-console