summaryrefslogtreecommitdiffstats
path: root/tools/development/resources/datafile/spring_application.yaml
blob: a3c3036e021953ee467161d4871f0861c6473d95 (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
29
30
31
spring:
  profiles:
    active: prod
management:
  endpoints:
    web:
      exposure:
        include: "loggers,logfile,health,info,metrics"
server:
  port: 8433
  ssl:
    key-store-type: PKCS12
    key-store-password: ericssondfc
    key-store: classpath:keystore.jks
    key-password: ericssondfc
    keyAlias: tomcat-localhost
logging:
  level:
    ROOT: INFO
    org.springframework: INFO
    org.springframework.data: INFO
    org.springframework.web.reactive.function.client.ExchangeFunctions: INFO
    org.onap.dcaegen2.collectors.datafile: TRACE
    org.onap.dcaegen2: TRACE
  file: /var/log/ONAP/application.log
app:
  filepath: config/datafile_endpoints_test.json

springdoc:
  show-actuator: true
  swagger-ui.disable-swagger-default-url: true