summaryrefslogtreecommitdiffstats
path: root/nokiav2/driver/src/test/resources/application.properties
blob: d273291022291e559b2efe1d5d455abfcbc4f291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
###############################################################################
# Copyright 2016, Nokia Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
###############################################################################
server.error.whitelabel.enabled=false
###############################################################################
# Beginning of mandatory properties                                           #
###############################################################################
# The TCP port of the server
server.port=8089
# the base path of the server
server.servlet.context-path=
# the IP address to which the server binds to
server.address=127.0.0.1
# the IP address of the server reported to the micro service bus
driverMsbExternalIp=127.0.0.1
# the IP address of the server reported to VNFM
driverVnfmExternalIp=127.0.0.1
# the IP address of the message bus
messageBusIp=127.0.0.1
# the TCP port of the message bus
messageBusPort=8089
# skip hostname verification during SSL on CBAM LCN, LCM and authorization interface
skipHostnameVerification=true
# skip certificate verification during SSL on CBAM LCN, LCM and authorization interface
skipCertificateVerification=true
# the collection of trusted certificates for SSL on CBAM LCN, LCM and authorization interface
# in PEM format encoded in BASE64 to a single line
trustedCertificates=
# the identifier of the VNFM in A&AI core system registry
vnfmId=53fbba58-464e-4cc4-8d33-aaaf072f0a27
###############################################################################
# Configuration parameters for direct integration
###############################################################################
# skip hostname verification during SSL on CBAM LCN, LCM and authorization interface
skipHostnameVerificationForAai=true
# skip certificate verification during SSL on CBAM LCN, LCM and authorization interface
skipCertificateVerificationForAai=true
# the collection of trusted certificates for SSL on CBAM LCN, LCM and authorization interface
# in PEM format encoded in BASE64 to a single line
trustedCertificatesForAai=
#The username to access AAI
aaiUsername=AAI
#The password to access AAI
aaiPassword=AAI
#The username to access SDC
sdcUsername=SDC
#The password to access SDC
sdcPassword=SDC
###############################################################################
# End of mandatory properties for driver                                      #
###############################################################################
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
vnfmInfoCacheEvictionInMs=600000
## for logging begin ##
com.fasterxml.jackson.core=jackson-databind
logging.level.org.springframework.web=TRACE
logging.level.org.hibernate=OFF
## for logging end ##
spring.servlet.multipart.max-file-size=50000KB
spring.servlet.multipart.max-request-size=50000KB