aboutsummaryrefslogtreecommitdiffstats
path: root/datafile-app-server/config/application.yaml
blob: cef185c6b2ce6d1de9fc651a353c5e8ca0e5b350 (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: ericssondfc
    key-store: classpath:keystore.jks
    key-password: ericssondfc
    keyAlias: tomcat-localhost
logging:
  level:
    ROOT: ERROR
    org.springframework: ERROR
    org.springframework.data: ERROR
    org.onap.dcaegen2.collectors.datafile: ERROR
  file: opt/log/application.log
app:
  filepath: config/datafile_endpoints.json