blob: 306c94f75c158f0d8da2209444d12713e7a55c3e (
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
|