orderitem id ko when so returns 202
[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 LOGGING_LEVEL=INFO
21
22 # ONAP
23 ONAP_LCPCLOUDREGIONID=
24 ONAP_TENANTID=
25 ONAP_CLOUDOWNER=
26 NEXUS_DOCKER_REPO=nexus3.onap.org:10001
27
28 # NBI
29 NBI_URL=http://localhost:8080/nbi/api/v1
30 NBI_CALLFORVNF=false
31
32 # SDC
33 SDC_HOST=http://localhost:8090
34 SDC_HEADER_ECOMPINSTANCEID=
35 SDC_HEADER_AUTHORIZATION=
36
37 # AAI
38 AAI_HOST=http://localhost:8090
39 AAI_HEADER_AUTHORIZATION=
40 AAI_API_ID=AAI
41
42 # SO
43 SO_HOST=http://localhost:8090
44 SO_HEADER_AUTHORIZATION=
45 SO_API_ID=SO
46
47 # MONGO
48 SPRING_DATA_MONGODB_HOST=localhost
49 SPRING_DATA_MONGODB_PORT=27017
50 SPRING_DATA_MONGODB_DATABASE=ServiceOrderDB
51
52 # MYSQL
53 SPRING_DATASOURCE_URL=jdbc:mariadb://localhost:3306/nbi
54 SPRING_DATASOURCE_USERNAME=root
55 SPRING_DATASOURCE_PASSWORD=secret