add option to disable registration with msb
[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 # APPLICATION
18 SERVER_CONTEXTPATH=/nbi/api/v1
19 SERVER_PORT=8080
20
21 # ONAP
22 ONAP_LCPCLOUDREGIONID=
23 ONAP_TENANTID=
24 ONAP_CLOUDOWNER=
25 NEXUS_DOCKER_REPO=nexus3.onap.org:10001
26
27 # NBI
28 NBI_URL=http://localhost:8080/nbi/api/v1
29 NBI_CALLFORVNF=false
30
31 # SDC
32 SDC_HOST=http://localhost:8090
33 SDC_HEADER_ECOMPINSTANCEID=
34 SDC_HEADER_AUTHORIZATION=
35
36 # AAI
37 AAI_HOST=http://localhost:8090
38 AAI_HEADER_AUTHORIZATION=
39 AAI_API_ID=AAI
40
41 # SO
42 SO_HOST=http://localhost:8090
43 SO_HEADER_AUTHORIZATION=
44 SO_API_ID=SO
45
46 # MSB
47 MSB_ENABLED=true
48 MSB_DISCOVERY_HOST=msb_discovery
49 MSB_DISCOVERY_PORT=10081
50 MSB_SERVICE_HOST=
51 MSB_SERVICE_PORT=8080
52 MSB_SERVICE_NAME=nbi
53 MSB_SERVICE_VERSION=v1
54 MSB_SERVICE_URL=/nbi/api/v1
55 MSB_SERVICE_CUSTOM_PATH=
56 MSB_SERVICE_PROTOCOL=REST
57 MSB_SERVICE_VISUAL_RANGE=1
58 MSB_SERVICE_ENABLE_SSL=false
59
60 # MONGO
61 SPRING_DATA_MONGODB_HOST=localhost
62 SPRING_DATA_MONGODB_PORT=27017
63 SPRING_DATA_MONGODB_DATABASE=ServiceOrderDB
64
65 # MYSQL
66 SPRING_DATASOURCE_URL=jdbc:mariadb://localhost:3306/nbi
67 SPRING_DATASOURCE_USERNAME=root
68 SPRING_DATASOURCE_PASSWORD=secret