Fix template generation for R2
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / driver / src / test / resources / application-direct.properties
1 ###############################################################################
2 # Copyright 2016, Nokia Corporation
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 server.error.whitelabel.enabled=false
17 ###############################################################################
18 # Beginning  of mandatory properties                                          #
19 ###############################################################################
20 # The TCP port of the server
21 server.port=8089
22 # the base path of the server
23 server.servlet.context-path=
24 # the IP address to which the server binds to
25 server.address=127.0.0.1
26 # the IP address of the server reported to the micro service bus
27 driverMsbExternalIp=10.41.63.151
28 # the IP address of the server reported to the VNFM
29 driverVnfmExternalIp=10.41.63.151
30 # the IP address of the message bus
31 messageBusIp=msb.api.simpledemo.onap.org
32 # the TCP port of the message bus
33 messageBusPort=80
34 # skip hostname verification during SSL on CBAM LCN, LCM and authorization interface
35 skipHostnameVerification=true
36 # skip certificate verification during SSL on CBAM LCN, LCM and authorization interface
37 skipCertificateVerification=true
38 # the collection of trusted certificates for SSL on CBAM LCN, LCM and authorization interface
39 # in PEM format encoded in BASE64 to a single line
40 trustedCertificates=
41 # the identifier of the VNFM in A&AI core system registry
42 vnfmId=7c267318-2a6a-4d47-b039-a7cce5fea38b
43 ###############################################################################
44 # Configuration parameters for direct integration
45 ###############################################################################
46 # skip hostname verification during SSL on CBAM LCN, LCM and authorization interface
47 skipHostnameVerificationForAai=true
48 # skip certificate verification during SSL on CBAM LCN, LCM and authorization interface
49 skipCertificateVerificationForAai=true
50 # the collection of trusted certificates for SSL on CBAM LCN, LCM and authorization interface
51 # in PEM format encoded in BASE64 to a single line
52 trustedCertificatesForAai=
53 #The username to access AAI
54 aaiUsername=AAI
55 #The password to access AAI
56 aaiPassword=AAI
57 #The username to access SDC
58 sdcUsername=SDC
59 #The password to access SDC
60 sdcPassword=SDC
61 ###############################################################################
62 # End of mandatory properties for driver                                      #
63 ###############################################################################
64 ipMap=10.0.14.1->msb.api.simpledemo.onap.org,172.17.0.15->msb.api.simpledemo.onap.org,10.0.1.1->aai.api.simpledemo.onap.org
65 vnfmInfoCacheEvictionInMs=600000
66 ## for logging begin ##
67 com.fasterxml.jackson.core=jackson-databind
68 logging.level.org.springframework=INFO
69 logging.level.org.hibernate=OFF
70 logging.level.org.springframework.web=DEBUG
71 ## for logging end ##
72 spring.servlet.multipart.max-file-size=50000KB
73 spring.servlet.multipart.max-request-size=50000KB