Add API Documentation for Casablanca
[externalapi/nbi.git] / .env
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 # APPLICATION
20 SERVER_CONTEXTPATH=/nbi/api/v3
21 SERVER_PORT=8080
22
23 # ONAP
24 ONAP_LCPCLOUDREGIONID=
25 ONAP_TENANTID=
26 ONAP_CLOUDOWNER=
27 NEXUS_DOCKER_REPO=nexus3.onap.org:10001
28
29 # NBI
30 NBI_URL=http://localhost:8080/nbi/api/v3
31 NBI_CALLFORVNF=false
32
33 # SDC
34 SDC_IP=localhost
35 SDC_HEADER_ECOMPINSTANCEID=
36 SDC_HEADER_AUTHORIZATION=
37
38 # AAI
39 AAI_IP=localhost
40 AAI_HEADER_AUTHORIZATION=
41 AAI_API_ID=AAI
42
43 # SO
44 SO_IP=localhost
45 SO_HEADER_AUTHORIZATION=
46 SO_API_ID=SO
47
48 # MSB
49 MSB_ENABLED=false
50 MSB_DISCOVERY_HOST=msb_discovery
51 MSB_SERVICE_HOST=
52 MSB_SERVICE_PORT=8080
53 MSB_SERVICE_NAME=nbi
54 MSB_SERVICE_CUSTOM_PATH=
55 MSB_SERVICE_PROTOCOL=REST
56 MSB_SERVICE_VISUAL_RANGE=1
57 MSB_SERVICE_ENABLE_SSL=false
58
59 # MONGO
60 SPRING_DATA_MONGODB_HOST=localhost
61 SPRING_DATA_MONGODB_PORT=27017
62 SPRING_DATA_MONGODB_DATABASE=ServiceOrderDB
63
64 # MYSQL
65 SPRING_DATASOURCE_URL=jdbc:mariadb://localhost:3306/nbi
66 SPRING_DATASOURCE_USERNAME=root
67 SPRING_DATASOURCE_PASSWORD=secret