aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/config/application.yaml
blob: 706532d75b12fe69672a96934d8a8b818303d112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
spring:
  profiles:
    active: prod
  main:
    web-application-type: none
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