Chore: Fix typo in INFO
[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=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:${SERVER_PORT}/nbi/api/v4
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
51 # MONGO
52 SPRING_DATA_MONGODB_HOST=localhost
53 SPRING_DATA_MONGODB_PORT=27017
54 SPRING_DATA_MONGODB_DATABASE=ServiceOrderDB
55
56 # MYSQL
57 SPRING_DATASOURCE_URL=jdbc:mariadb://localhost:3306/nbi
58 SPRING_DATASOURCE_USERNAME=root
59 SPRING_DATASOURCE_PASSWORD=secret