Change OpenO by ONAP
[msb/java-sdk.git] / example / src / main / resources / swagger.properties
1 #    Copyright 2017 Huawei Technologies Co., Ltd.
2 #
3 #    Licensed under the Apache License, Version 2.0 (the "License");
4 #    you may not use this file except in compliance with the License.
5 #    You may obtain a copy of the License at
6 #
7 #        http://www.apache.org/licenses/LICENSE-2.0
8 #
9 #    Unless required by applicable law or agreed to in writing, software
10 #    distributed under the License is distributed on an "AS IS" BASIS,
11 #    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 #    See the License for the specific language governing permissions and
13 #    limitations under the License.
14
15 # Used to do swagger configuration.
16 # ONAP Service REST API version
17 api-version=1.0.0
18
19 # ONAP Service REST API swagger document title
20 api-title=MicroService Bus rest API Sample
21
22 # ONAP Service REST API swagger document description
23 api-description=MicroService Bus rest API Sample
24
25 # ONAP Service REST API supported protocols
26 api-schemas=http,https
27
28 # ONAP Service REST API ROOT URI
29 api-base-path=/api/microservices/v1
30
31 # swagger.json URI on top of api-base-path. so final URI would as follows
32 #<api-base-path>/<api-swagger-uri>/swagger.json
33 api-swagger-uri=
34
35 # Set the root level java package path, where REST API implemented.
36 api-rest-package=org.onap.msb.sdk.example.server
37
38 # Enables swagger to scan the ROA defining the REST API
39 api-rest-package-scan=true
40
41 # License details emebeded in generated swagger.json
42 api-license=https://wiki.onap.org/display/DW/Apache+2.0+License
43
44 # if service-config-file-path does not have api-host-ip and api-host-port,
45 # then ip and port defined here will be used as default
46 api-host-ip=127.0.0.1
47 api-host-port=80
48
49 # Set the below file path to service specific configuration file path
50 service-config-file-path=