aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/main/resources/application.yaml
blob: 983cf81b32db57b87e4630ff071f6a18cc57d25a (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
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

management.endpoints.web.exposure.include: "loggers,refresh,env,health"

---
spring:
  profiles: dev
logging:
  level:
    org.onap.dcaegen2.services.prh: debug
    org.onap.dcaegen2.services.sdk: debug

management.endpoints.web.exposure.include: "*"

prh:
  workflow-scheduling-interval: 10s