Register with MSB after being launched
[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_DISCOVERY_HOST=msb_discovery
48 MSB_DISCOVERY_PORT=10081
49 MSB_SERVICE_HOST=
50 MSB_SERVICE_PORT=8080
51 MSB_SERVICE_NAME=nbi
52 MSB_SERVICE_VERSION=v1
53 MSB_SERVICE_URL=/nbi/api/v1
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