Update versioning for gating
[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=v4
18
19 # APPLICATION
20 SERVER_CONTEXTPATH=/nbi/api/v4
21 SERVER_PORT=8443
22 HTTP_PORT=8080
23
24 # ONAP
25 ONAP_LCPCLOUDREGIONID=
26 ONAP_TENANTID=
27 ONAP_CLOUDOWNER=
28 NEXUS_DOCKER_REPO=nexus3.onap.org:10001
29
30 # NBI
31 NBI_URL=https://localhost:8443/nbi/api/v4
32 NBI_CALLFORVNF=false
33
34 # SDC
35 SDC_IP=localhost
36 SDC_HEADER_ECOMPINSTANCEID=
37 SDC_HEADER_AUTHORIZATION=
38
39 # AAI
40 AAI_IP=localhost
41 AAI_HEADER_AUTHORIZATION=
42 AAI_API_ID=AAI
43
44 # SO
45 SO_IP=localhost
46 SO_HEADER_AUTHORIZATION=
47 SO_API_ID=SO
48
49 # MSB
50 MSB_ENABLED=false
51
52 # MONGO
53 SPRING_DATA_MONGODB_HOST=localhost
54 SPRING_DATA_MONGODB_PORT=27017
55 SPRING_DATA_MONGODB_DATABASE=ServiceOrderDB
56
57 # MYSQL
58 SPRING_DATASOURCE_URL=jdbc:mariadb://localhost:3306/nbi
59 SPRING_DATASOURCE_USERNAME=root
60 SPRING_DATASOURCE_PASSWORD=secret