blob: ff53a06cf3192ac90a0e9260fec9629c420b28e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
spring:
profiles:
active: prod
server:
port: 8433
ssl:
key-store-type: PKCS12
key-store-password: nokiapnf
key-store: classpath:keystore.jks
key-password: nokiapnf
keyAlias: tomcat-localhost
logging:
level:
ROOT: ERROR
org.springframework: ERROR
org.springframework.data: ERROR
org.onap.dcaegen2.services.prh: INFO
file: opt/log/application.log
app:
filepath: config/prh_endpoints.json
|