29da757792bc4f21cb07b418528cebfdfbcb65bb
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / driver / src / test / resources / application.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=127.0.0.1
28 # the IP address of the server reported to VNFM
29 driverVnfmExternalIp=127.0.0.1
30 # the IP address of the message bus
31 messageBusIp=127.0.0.1
32 # the TCP port of the message bus
33 messageBusPort=8089
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=53fbba58-464e-4cc4-8d33-aaaf072f0a27
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 skipLcnSubscription=false
65 skipSelfRegistration=false
66 spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
67 vnfmInfoCacheEvictionInMs=600000
68 ## for logging begin ##
69 com.fasterxml.jackson.core=jackson-databind
70 logging.level.org.springframework.web=TRACE
71 logging.level.org.hibernate=OFF
72 ## for logging end ##
73 spring.servlet.multipart.max-file-size=50000KB
74 spring.servlet.multipart.max-request-size=50000KB