blob: 88d1e40133376c9bbf97d9512ef2e393314294e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
spring:
profiles:
active: prod
server:
port: 8433
ssl:
key-store-type: PKCS12
key-store-password: nokiapnf
key-store: classpath:keystore-local
key-password: nokiapnf
keyAlias: tomcat-localhost
logging:
level:
ROOT: ERROR
org.onap.dcaegen2.services.prh: INFO
reactor.ipc.netty.http.client: WARN
org.springframework: ERROR
org.springframework.data: ERROR
org.springframework.web.reactive: WARN
|