aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/main/resources/application.yaml
blob: 8f1950d0222a496e0859eccc3285ffdb7cc149ac (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
27
28
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"

prh:
  workflow-scheduling-interval: 10s

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

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